IP Pool by ID
GET/mt/monitor/v1/interconnect/ip-pool/:ipPoolId
Get IP pool details by prividing an ID.
Request
Path Parameters
ipPoolId stringrequired
Provide IP Pool ID
Responses
- 200
- 400
Success
- application/json
- Schema
- Get IP Pool by id
Schema
- any
{
"data": {
"haRegion": "us-west1",
"id": "9c68ad1e-5112-4dd2-9b8d-b55708dd2f00",
"ipBlocks": [
{
"cidr": [
"14.1.0.0/24"
],
"cidrInUse": [
"14.1.0.0/24"
],
"displayName": "US Southwest",
"edgeLocation": "us-west-201"
},
{
"cidr": [
"14.3.0.0/24",
"14.1.0.0/24"
],
"cidrInUse": [
"14.3.0.0/24",
"14.1.0.0/24"
],
"displayName": "US West",
"edgeLocation": "us-west-1"
}
],
"ipProvider": "SP",
"name": "demo-1",
"permittedActions": [
"UPDATE_IP_POOL"
],
"region": "us-west2",
"state": "SUBNETWORK_UPDATE_CIDR_COMPLETE",
"status": "READY",
"tsgId": "1091039496"
},
"requestId": "adfa0a27-fe75-45ed-bf6d-48d82816f322"
}
Bad Request
Loading...