Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetCapacityTrend
Retrieve historical capacity trend data for a given resource type and period
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
resourceTypeStringRequiredResource type to query trend for
Query Parameters
periodStringPeriod for trend data (e.g. 7d, 30d) Period for trend data (e.g. 7d, 30d)
Responses
Endpoint
GET/api/v1/monitoring/capacity/trends/{resourceType}
/api/v1/monitoring/capacity/trends/{resourceType}
Request Example
curl -X GET '{host}/api/v1/monitoring/capacity/trends/{resourceType}' -H 'Authorization: Bearer {token}'
Response Example
200{
"resourceType": "vm",
"period": "30d",
"dataPoints": [
{}
],
"growthRate": 0.05
}Change History
This API has no change history records yet.
