ReconciliationStatus
Fleet cache-to-store reconciliation progress.
Current pass state: idle before scheduling, scanning inventories, importing selected artifacts, complete after convergence, or failed when one or more required operations did not converge.
Possible values: [idle, scanning, importing, complete, failed]
idleWhether the pass reports eligible artifacts without importing them.
trueNumber of reachable node inventories included in the pass.
Possible values: >= 0
0Distinct complete installed generations selected after replica deduplication.
Possible values: >= 0
0Selected generations newly committed to the canonical store by this pass.
Possible values: >= 0
0Installed identities still absent from the canonical store, or all eligible identities during an inventory-only pass.
[]Operator-readable inventory or import failures from this pass.
[]last_verified_at object
ISO 8601 UTC completion time of the latest finished reconciliation pass.
- string
- null
{
"state": "idle",
"inventory_only": true,
"scanned_nodes": 0,
"discovered_artifacts": 0,
"imported_artifacts": 0,
"pending_imports": [
"string"
],
"failures": [
"string"
],
"last_verified_at": "string"
}