Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetProductTrend
Get metric trend data points for a given product type over a time window
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
metricNameStringName of the metric to trend Name of the metric to trend
durationStringTime duration for the trend window (e.g. 1h, 24h, 7d) Time duration for the trend window (e.g. 1h, 24h, 7d)
Responses
Endpoint
GET/api/v1/monitoring/products/{productType}/trend
/api/v1/monitoring/products/{productType}/trend
Request Example
curl -X GET '{host}/api/v1/monitoring/products/{productType}/trend' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
