Skip to main content
zerotal

Documentation


Documentation / @zerotal/core / health / HealthReport

Interface: HealthReport

Defined in: health/Health.ts:47

The full health report returned by the endpoint.

Properties

status

status: HealthStatus

Defined in: health/Health.ts:48


app

app: object

Defined in: health/Health.ts:49

name

name: string

version

version: string

environment

environment: string

bootMs?

optional bootMs?: number


uptime

uptime: number

Defined in: health/Health.ts:51

Seconds since the process started.


timestamp

timestamp: string

Defined in: health/Health.ts:52


checks

checks: Record<string, HealthCheckReport>

Defined in: health/Health.ts:53