Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetProductView
Get aggregated product view including summary, top resources, and trends
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
Responses
Endpoint
GET/api/v1/monitoring/products/{productType}/view
/api/v1/monitoring/products/{productType}/view
Request Example
curl -X GET '{host}/api/v1/monitoring/products/{productType}/view' -H 'Authorization: Bearer {token}'
Response Example
200{
"productType": "vm",
"summaryJson": "{\"total\":100,\"running\":90}",
"topResources": [
{}
],
"trends": [
{}
]
}Change History
This API has no change history records yet.
