Object storage health check
GET/object-storage/healthz
Returns the string "alive" when the object-storage service is reachable. This endpoint does not use the standard envelope; the response body is {"status": "alive"} with status as a string.
Non-standard envelope: This endpoint returns
{"status": "alive"}, note thatstatusis a string here, not a boolean as in other endpoints.
Responses
- 200
- 422
OK
Validation Error
Was this page helpful?