Skip to main content
GET
/
ready
Check Matcher readiness
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"
}

Response

Service is ready to accept traffic

Service readiness status with optional dependency checks

checks
object

Checks contains individual dependency status (only in non-production environments)

status
enum<string>

Status is "ok" when all required dependencies are available, "degraded" otherwise

Available options:
ok,
degraded
Example:

"ok"