Matcher
cURL
curl --request GET \ --url https://matcher.sandbox.lerian.net/ready
{ "checks": { "database": "ok", "database_replica": "ok", "object_storage": "ok", "rabbitmq": "ok", "redis": "ok" }, "status": "ok" }
Use this endpoint to check whether the Matcher service is ready to accept traffic.
It verifies required dependencies and returns 200 OK when healthy or 503 Service Unavailable otherwise.
Service is ready to accept traffic
Service readiness status with optional dependency checks
Checks contains individual dependency status (only in non-production environments)
Show child attributes
Status is "ok" when all required dependencies are available, "degraded" otherwise
ok
degraded
"ok"
Was this page helpful?