Example searches: “advertised_rpc_api”, “error_message”, “empty_seed_starts_cluster”, “port”, “cloud_storage_access_key”
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" }