Get latest output health

GET /api/fleet/outputs/{outputId}/health

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/outputs/{outputId}/health

Refer to Spaces for more information.

Path parameters

  • outputId string Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • message string

      long message if unhealthy

    • state string

      state of output, HEALTHY or DEGRADED

    • timestamp string

      timestamp of reported state

  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/outputs/{outputId}/health
curl \
 --request GET 'https://localhost:5601/api/fleet/outputs/{outputId}/health' \
 --header "Authorization: $API_KEY"