Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetTopResources
List the top-consuming resources for a given product type
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
productTypeStringRequiredProduct type to query (e.g. vm, host, storage)
Query Parameters
platformUuidStringUUID of the target platform UUID of the target platform
limitIntegerMaximum number of top resources to return Maximum number of top resources to return
Example: 0
Responses
Endpoint
GET/api/v1/monitoring/products/{productType}/top-resources
/api/v1/monitoring/products/{productType}/top-resources
Request Example
curl -X GET '{host}/api/v1/monitoring/products/{productType}/top-resources' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
