Api
Liveness probe
Returns 200 once the process is up. No auth, no dependencies checked.
Response Body
application/json
curl -X GET "https://example.com/healthz"{ "status": "ok"}Returns 200 once the process is up. No auth, no dependencies checked.
application/json
curl -X GET "https://example.com/healthz"{ "status": "ok"}