Skip to main content

Interface: HealthCheckLog

HealthCheckLog describes the results of a single healthcheck

Properties

End

End: string

End time as a string

Source

packages/extension-api/src/extension-api.d.ts:2269


ExitCode

ExitCode: number

Exitcode is 0 or 1

Source

packages/extension-api/src/extension-api.d.ts:2273


Output

Output: string

Output is the stdout/stderr from the healthcheck command

Source

packages/extension-api/src/extension-api.d.ts:2277


Start

Start: string

Start time as string

Source

packages/extension-api/src/extension-api.d.ts:2265