Skip to content

regions

This resource can be used to get the region discovery configuration.

Read/write properties

Read only properties

region_control_node_ip<String>

The primary region control node ip address.

region_name<String>

The region name.

collector_ip<String>

The IP address of the collector configured to work with the region.

region_discovery_status<String>

The status of discovery by Collector for the region appliances.

Operations

get (all)

URL: http://<MGMT-IP>/sdwan_center/nitro/v1/config/regions

Description: Use this operation to get the regions discovery configuration.

HTTP Method: GET

Response Payload: JSON

{"regions":[{
      "region_control_node_ip":<String_value>,
      "region_name":<String_value>,
      "collector_ip":<String_value>,
      "region_discovery_status":<String_value>}]}
Was this article helpful?