Types
AgentCliHealthStatus
Cached CLI health for one registered agent.
object
AgentCliHealthStatusFields
agentId
ID!
Identifier of the related agent.
name
String!
Control-plane display name for the agent.
hostname
String!
Host name reported by the agent.
version
String!
Software version reported by the agent.
connectionStatus
Current connection state derived from the agent heartbeat.
supported
Boolean!
Whether the agent advertises the CLI health capability.
activeJobId
ID
Identifier of the active CLI health job. May be null when no sweep is active.
lastCheckedAt
String
ISO 8601 timestamp when the latest completed sweep finished. May be null when no sweep completed.
overall
Aggregate health state for the agent.
results
Current check definitions merged with the latest completed results.