Example searches: “Abort partition reconfiguration”, “service”, “Restart service”, “204”, “topic”
Check the health of the Redpanda cluster.
Cluster ready status response
Values are ready or booting.
ready
booting
curl \ --request GET 'http://localhost:9644/v1/status/ready'
{ "status": "ready" }