cdns/capacity
GET
Retrieves the aggregate capacity percentages of all Cache Groups for a given CDN.
- Auth. Required:
Yes
- Roles Required:
None
- Permissions Required:
CDN:READ
- Response Type:
Object
Request Structure
No parameters available.
Response Structure
- availablePercent:
The percent of available (unused) bandwidth to 64 bits of precision[1]
- unavailablePercent:
The percent of unavailable (used) bandwidth to 64 bits of precision[1]
- utilizedPercent:
The percent of bandwidth currently in use to 64 bits of precision[1]
- maintenancePercent:
The percent of bandwidth being used for administrative or analytical processes internal to the CDN to 64 bits of precision[1]
{ "response": {
"availablePercent": 89.0939840205533,
"unavailablePercent": 0,
"utilizedPercent": 10.9060020300395,
"maintenancePercent": 0.0000139494071146245
}}