Get cluster ready status

GET /v1/status/ready

Check the health of the Redpanda cluster.

Responses

  • 200 application/json

    Cluster ready status response

    Hide response attribute Show response attribute object
    • status string

      Values are ready or booting.

GET /v1/status/ready
curl \
 --request GET 'http://localhost:9644/v1/status/ready'
Response examples (200)
{
  "status": "ready"
}