Platform Operations/Platforms
GETPlatformSince 1.0SynchronousAuth Required
GetHealthStats
Get aggregated health statistics including pass rate and average latency.
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
uuidStringRequiredUUID of the platform to get statistics for
Query Parameters
daysIntegerNumber of days of historical data to include in the statistics Number of days of historical data to include in the statistics
Example: 0
Responses
Endpoint
GET/api/v1/platforms/{uuid}/health-stats
/api/v1/platforms/{uuid}/health-stats
Request Example
curl -X GET '{host}/api/v1/platforms/{uuid}/health-stats' -H 'Authorization: Bearer {token}'
Response Example
200{
"totalChecks": 100,
"passedChecks": 95,
"failedChecks": 5,
"healthRate": 0.95,
"avgLatencyMs": 85
}Change History
This API has no change history records yet.
