Skip to main content
objectCliHealthCheckResult

Fields

id
ID!

Stable identifier shared by the check definition and its result.

name
String!

Human-readable check name.

command
String!

Exact shell command executed by the agent.

builtIn
Boolean!

Whether this check is supplied by the control plane.

Current health state after merging definitions with cached results.

exitCode
Int

Process exit code. May be null when the check has not run, timed out, or could not launch.

stdout
String!

Retained standard output with terminal controls removed.

stderr
String!

Retained standard error with terminal controls removed.

durationMs
Int

Elapsed execution time in milliseconds. May be null when the check has not run.

checkedAt
String

ISO 8601 timestamp when the check started. May be null when the check has not run.

timedOut
Boolean!

Whether the command exceeded its per-check timeout.

launchError
String

Launch failure message. May be null when the process launched normally or has not run.

outputTruncated
Boolean!

Whether retained output was limited to the configured maximum.