CliHealthCheckResult
The latest output for one CLI health check.
CliHealthCheckResultFields
Stable identifier shared by the check definition and its result.
Human-readable check name.
Exact shell command executed by the agent.
Whether this check is supplied by the control plane.
Current health state after merging definitions with cached results.
Process exit code. May be null when the check has not run, timed out, or could not launch.
Retained standard output with terminal controls removed.
Retained standard error with terminal controls removed.
Elapsed execution time in milliseconds. May be null when the check has not run.
ISO 8601 timestamp when the check started. May be null when the check has not run.
Whether the command exceeded its per-check timeout.
Launch failure message. May be null when the process launched normally or has not run.
Whether retained output was limited to the configured maximum.