v1

latestSwagger 2.0Apache 2.02026-07-17233.6 KB
Health

Health check interface

return service health status

get/healthz

Response

Health check success

status'ok' | 'degraded' | 'down'

Example response

{
  "status": "ok"
}
All 2 operations