Get the status of the whole cluster Added in 8.10
GET/cluster/v2/status
Strongly Consistent About endpoint data consistency
Checks the health status of the whole cluster, aggregated over all physical tenants. Returns HEALTHY when every physical tenant is healthy, DOWN when no physical tenant can process work, and DEGRADED in every other case. No per-tenant detail is reported; use GET /cluster/v2/topology for that.
This endpoint is public and requires no authentication, unlike PATCH /cluster/v2/mode below, which needs cluster-admin credentials.
Responses
- 200
- 503
The cluster can process work; the body reports whether it is fully healthy or degraded.
The cluster is DOWN because no physical tenant can process work.