Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
ListCapacitySnapshots
List stored capacity snapshots with optional filtering by resource type and tenant
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
resourceTypeStringFilter snapshots by resource type Filter snapshots by resource type
tenantIdStringFilter snapshots by tenant ID Filter snapshots by tenant ID
limitIntegerMaximum number of snapshots to return Maximum number of snapshots to return
Example: 0
Responses
Endpoint
GET/api/v1/monitoring/capacity/snapshots
/api/v1/monitoring/capacity/snapshots
Request Example
curl -X GET '{host}/api/v1/monitoring/capacity/snapshots' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 100,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
