IP Pools details
GET/mt/monitor/v1/interconnect/ip-pool
Get details of all the IP Pools.
Responses
- 200
- 400
Success
- application/json
- Schema
- List IP Pools
Schema
- any
{
"data": [
{
"haRegion": "us-west1",
"id": "9c68ad1e-5112-4dd2-9b8d-b55708dd2f00",
"ipBlocks": [
{
"cidr": [
"14.3.0.0/24",
"14.1.0.0/24"
],
"displayName": "US West",
"edgeLocation": "us-west-1"
},
{
"cidr": [
"14.1.0.0/24"
],
"displayName": "US Southwest",
"edgeLocation": "us-west-201"
}
],
"ipProvider": "SP",
"name": "demo-1",
"permittedActions": [
"UPDATE_IP_POOL"
],
"region": "us-west2",
"state": "SUBNETWORK_UPDATE_CIDR_COMPLETE",
"status": "READY",
"tsgId": "1091039496"
},
{
"id": "a55d7799-997d-4cb3-8d68-318f1909b842",
"ipBlocks": [
{
"cidr": [
"4.56.78.0/25"
],
"displayName": "Senegal",
"edgeLocation": "senegal"
}
],
"ipProvider": "SP",
"name": "sample-24",
"permittedActions": [
"ASSIGN_IP_POOL",
"DELETE_IP_POOL",
"UPDATE_IP_POOL"
],
"region": "europe-west1",
"state": "NOT_STARTED",
"status": "PENDING",
"tsgId": "1091039496"
}
],
"requestId": "86062188-ccb4-4d22-8c00-de0a49fed038"
}
Bad Request
Loading...