v7

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01103129.3 KB
Health

Readiness probe

Returns 200 if the node is ready to accept traffic (broker initialized, cluster connected if applicable). Use as the k8s readinessProbe.

get/ready

Response

Node is ready

status'ready' | 'not_ready'
detailsstring

Human-readable reason when not ready

Example response

{
  "status": "ready"
}