IpSpaceIpPrefixUtilizationCounts

IpSpaceIpPrefixUtilizationCounts
IpSpaceIpPrefixUtilizationCounts

Utilization counts for collection of IP Prefixes. This gives overall usage summary for the collection of IP Prefixes such as number of total available, allocated and used along with summary about each prefix lengths.

AllOf
JSON Example
{
    "totalCount": "string",
    "allocatedCount": "string",
    "usedCount": "string",
    "unusedCount": "string",
    "allocatedPercentage": "number",
    "usedPercentage": "number",
    "prefixLengthUtilizations": [
        {
            "prefixLength": 0,
            "totalCount": 0,
            "allocatedCount": 0
        }
    ]
}
Availability
Added in 37.1