Health commands
Returns a 200 OK if the server can be reached
Successful operation
OK
Returns a 200 OK if the server can reach all its dependencies like databases, RabbitMQ and OpenSearch.
Last updated 11 months ago
Was this helpful?
GET /api/healthy HTTP/1.1 Accept: */*
{ "status": "OK" }
GET /api/ready HTTP/1.1 Accept: */*