Get the latest output health
[Required authorization] Route required privileges: ALL of [fleet-settings-read].
Path parameters
-
outputId
string Required
GET
/api/fleet/outputs/{outputId}/health
curl \
--request GET 'http://localhost:5622/api/fleet/outputs/{outputId}/health' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"message": "string",
"state": "string",
"timestamp": "string"
}
Response examples (400)
{
"error": "string",
"errorType": "string",
"message": "string",
"statusCode": 42.0
}