Health

Health check interface

return service health status

get/healthz

Response

Health check success

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

Example response

{
  "status": "ok"
}