IP Pool usage
GET/mt/monitor/v1/interconnect/monitor/ip-pool-usage
Provides a real-time and historical data on the allocation and utilization of IP addresses within a specified pool, enabling efficient network resource management.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- IP Pool Usage
Schema
- any
[
{
"configuredIps": 768,
"incidentCount": 0,
"location": "US West",
"name": "anil",
"percentageUsed": 0,
"region": "us-west2",
"usedIps": 0
}
]
Bad Request
Server Error
Loading...