Health
Service health (incl. DB reachability)
Unauthenticated liveness/readiness probe. 200 when the DB is reachable, 503 otherwise.
Unauthenticated liveness/readiness probe. 200 when the DB is reachable, 503 otherwise.
Response Body
application/json
application/json
curl -X GET "https://example.com/health"{ "status": "ok"}{ "status": "unavailable"}