Spaces method and path for this operation:
get /s/{space_id}/api/fleet/outputs/{outputId}/health
Refer to Spaces for more information.
Get the latest health status of an output by ID.
[Required authorization] Route required privileges: fleet-settings-read.
GET
/api/fleet/outputs/{outputId}/health
curl \
--request GET 'https://localhost:5601/api/fleet/outputs/{outputId}/health' \
--header "Authorization: $API_KEY"
Response examples (200)
The latest health status of a Fleet output
{
"message": "",
"state": "HEALTHY",
"timestamp": "2024-01-15T10:00:00.000Z"
}
Response examples (400)
Example of a generic error response
{
"error": "Bad Request",
"message": "An error message describing what went wrong",
"statusCode": 400
}