IP Pool regions
GET/mt/monitor/v1/interconnect/ip-pool/region
Get IP Pool regions and edge locations.
Responses
- 200
Success
- application/json
- Schema
- Get IP Pool regions/edge locations
Schema
- any
{
"data": [
{
"edgeLocation": [
{
"displayName": "US Southwest",
"edgeLocation": "us-west-201"
},
{
"displayName": "US West",
"edgeLocation": "us-west-1"
}
],
"region": "us-west2"
},
{
"edgeLocation": [
{
"displayName": "US Central West",
"edgeLocation": "us-west-3"
}
],
"haRegion": "us-west2",
"region": "us-west3"
}
],
"requestId": "e459bba9-ca17-4bfa-a55a-f7305a7e8f75"
}
Loading...