Monitoring & Collection/Monitoring Query & Overview
GETMonitoringSince 1.0SynchronousAuth Required
GetHealthScore
Retrieve the current health score for a platform based on availability and latency metrics
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
platformUuidStringRequiredUUID of the platform to retrieve health score for
Responses
Endpoint
GET/api/v1/monitoring/platform/{platformUuid}/health-score
/api/v1/monitoring/platform/{platformUuid}/health-score
Request Example
curl -X GET '{host}/api/v1/monitoring/platform/{platformUuid}/health-score' -H 'Authorization: Bearer {token}'
Response Example
200{
"platformUuid": "plat-001-abc",
"score": 95.5,
"availability": 0.999,
"avgLatencyMs": 45,
"errorRate": 0.002,
"grade": "A",
"updatedAt": "example"
}Change History
This API has no change history records yet.
