Skip to main content
GET
/
api
/
v1
/
readyz
Readiness check
curl --request GET \
  --url https://services.pref.rio/heimdall-admin/api/v1/readyz
{
  "status": "ready",
  "service": "heimdall-admin-service",
  "timestamp": "2024-01-01T12:00:00.000Z",
  "dependencies": {
    "database": "healthy",
    "redis": "healthy",
    "cerbos": "healthy"
  }
}

Response

Service is ready and all dependencies are healthy

The response is of type object.