
8.5 Refreshing a region
In case of an inconsistency, and as a troubleshooting feature, you can initiate a
curl
NOTE: A refresh should be done only when the master controller in the region is up.
The following is the JSON structure for refreshing a selected OpenFlow device in a region. Using this additional command structure limits the refresh to the specified device. This is not needed if all devices in the region are to be refreshed:
{
"region_refresh": {
"devices": [
{
"ip": "10.250.100.20"
}
]
}
}
8.6 Deleting a region
To delete a configured region, use the following cURL command.
curl
8.5 Refreshing a region 91