v7

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01103129.3 KB
Health

Health / liveness probe

Available on both servers with slightly different responses:

  • API Server (admin_api_addr): Returns {"status":"ok"}. Minimal stub for clients that expect a health endpoint on the API port.
  • Health Server (health_addr): Returns {"status":"healthy"}. Use as the k8s livenessProbe.
get/health

Response

Process is alive

statusstring

Example response

{
  "status": "healthy"
}