CacheInventoryStatus
Freshness and coverage of telemetry-derived fleet artifact availability.
stateState (string)required
Whether current node availability is complete enough to rely on.
Possible values: [syncing, current, degraded, unavailable]
observed_nodesObserved Nodes (integer)required
Live nodes with a usable artifact-inventory reading, including stale readings retained as partial truth.
Possible values: >= 0
expected_nodesExpected Nodes (integer)required
Nodes currently expected from live cluster topology.
Possible values: >= 0
CacheInventoryStatus
{
"state": "syncing",
"observed_nodes": 0,
"expected_nodes": 0
}