Skip to content

Interface: ComponentHealthDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Health / ComponentHealthDto

Interface: ComponentHealthDto

Defined in: src/types/health.ts:12

Health status of an individual backend component.

Properties

message?

optional message: string | null

Defined in: src/types/health.ts:14

Optional status message with details.


name

name: string

Defined in: src/types/health.ts:16

Component name.


status

status: string

Defined in: src/types/health.ts:18

Component status (e.g. “healthy”, “degraded”).