Check cluster health
GET /health
Returns status code indicating onezone service health status. This endpoint does not require authentication.
Responses
application/json
200
Service is healthy.
500
Service is unhealthy.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
application/json
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}