IpSpaceOrgUtilization
The IP Block utilization for a give Org and Region. The IP utilization record includes the IP Quota that applies to the Org, and the utilization counts for IP addresses and CIDRs within the Org and Region.
{
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"regionRef": {
"name": "string",
"id": "string"
},
"quotaType": "string",
"quota": {
"maxIpCount": 0,
"maxCidrCount": 0,
"maxSubnetSize": 24
},
"usedIpCount": "string",
"usedCidrCount": "string"
}
The type of the IP Quota that applies for this IP Block for the Organization. Possible values are:
- DEFAULT - default quota values from the IP Block
- CUSTOM - overriding quota values for a specific Organization
IP Block quota defines the maximum number of IPv4 IPs and CIDRs that can be allocated and used by the IP Block across all its Internal Scopes.
The number of IPs that this organization is using.
The number of CIDRs that this organization is using.