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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dados.rio/llms.txt

Use this file to discover all available pages before exploring further.

Response

Service is ready and all dependencies are healthy

The response is of type Response Readiness Check Api V1 Readyz Get · object.