Get cluster ready status
Check the health of the Redpanda cluster.
GET
/v1/status/ready
curl \
--request GET 'http://localhost:9644/v1/status/ready'
Response examples (200)
{
"status": "ready"
}
Check the health of the Redpanda cluster.
curl \
--request GET 'http://localhost:9644/v1/status/ready'
{
"status": "ready"
}