cURL
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" } }
Comprehensive readiness check that verifies all system dependencies are available.
Dependencies Checked:
Use Cases:
Service is ready and all dependencies are healthy
The response is of type Response Readiness Check Api V1 Readyz Get · object.
Response Readiness Check Api V1 Readyz Get · object