Platform Operations/Platforms
GETPlatformSince 1.0SynchronousAuth Required
GetHealthHistory
Retrieve historical health check results 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
uuidStringRequiredUUID of the platform to retrieve health history for
Query Parameters
limitIntegerMaximum number of historical results to return Maximum number of historical results to return
Example: 0
Responses
Endpoint
GET/api/v1/platforms/{uuid}/health-history
/api/v1/platforms/{uuid}/health-history
Request Example
curl -X GET '{host}/api/v1/platforms/{uuid}/health-history' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
