API: Service
Health and operational endpoints.
Раздел собран из спецификации OpenAPI продукта: 1 метод(ов). Поверхность — query-api (основной API, база /api/v1). Все методы этого раздела доступны без токена доступа.
Методы раздела
GET
/healthz Service-specific liveness/readiness probe
Served at the root of both binaries, NOT under /api/v1. Query-api returns 200 when PostgreSQL is reachable; ingest-api returns 200 when its NATS connection is active. Returns 503 otherwise. No authentication.
Ответы
| Код | Что означает | Тело |
|---|---|---|
| 200 | Service healthy | object |
| 503 | A backing store is unavailable | Error |
Источник раздела — docs/api/openapi.yaml репозитория продукта,
версия API 1.0.0, OpenAPI 3.0.3,
снимок 095579325c2d.
Расхождение снимка со спецификацией роняет сборку документации.