Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetCapacityForecast
Get a capacity forecast including predicted counts and exhaustion date for a resource type
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
resourceTypeStringRequiredResource type to generate a forecast for
Responses
Endpoint
GET/api/v1/monitoring/capacity/forecast/{resourceType}
/api/v1/monitoring/capacity/forecast/{resourceType}
Request Example
curl -X GET '{host}/api/v1/monitoring/capacity/forecast/{resourceType}' -H 'Authorization: Bearer {token}'
Response Example
200{
"resourceType": "vm",
"currentCount": 500,
"predictedCount30d": 525,
"predictedCount90d": 580,
"growthRate": 0.05,
"exhaustionDate": "2025-09-15"
}Change History
This API has no change history records yet.
