Interface: EnrichedHealthResponse
@kortexya/reasoninglayer / Health / EnrichedHealthResponse
Interface: EnrichedHealthResponse
Defined in: src/types/health.ts:22
Enriched health response with component statuses and build info.
Properties
buildInfo?
optionalbuildInfo:BuildInfoDto
Defined in: src/types/health.ts:29
Build information for the running server.
Optional: some deployments (typically the gateway-fronted production
health endpoint) omit build info and return null here.
components
components:
ComponentHealthDto[]
Defined in: src/types/health.ts:31
Health status of individual components.
status
status:
string
Defined in: src/types/health.ts:33
Overall health status.