Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetHealthTrend
Get historical health score trend data for a platform
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
platformUuidStringRequiredUUID of the platform to retrieve health trend for
Query Parameters
durationStringDuration of the trend window (e.g. 24h, 7d) Duration of the trend window (e.g. 24h, 7d)
Responses
Endpoint
GET/api/v1/monitoring/platform/{platformUuid}/health-trend
/api/v1/monitoring/platform/{platformUuid}/health-trend
Request Example
curl -X GET '{host}/api/v1/monitoring/platform/{platformUuid}/health-trend' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
