Skip to main content

ReconciliationStatus

Fleet cache-to-store reconciliation progress.

stateState (string)

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]

Default value: idle
inventory_onlyInventory Only (boolean)

Whether the pass reports eligible artifacts without importing them.

Default value: true
scanned_nodesScanned Nodes (integer)

Number of reachable node inventories included in the pass.

Possible values: >= 0

Default value: 0
discovered_artifactsDiscovered Artifacts (integer)

Distinct complete installed generations selected after replica deduplication.

Possible values: >= 0

Default value: 0
imported_artifactsImported Artifacts (integer)

Selected generations newly committed to the canonical store by this pass.

Possible values: >= 0

Default value: 0
pending_importsstring[]

Installed identities still absent from the canonical store, or all eligible identities during an inventory-only pass.

Default value: []
failuresstring[]

Operator-readable inventory or import failures from this pass.

Default value: []
last_verified_at object

ISO 8601 UTC completion time of the latest finished reconciliation pass.

anyOf
string
ReconciliationStatus
{
"state": "idle",
"inventory_only": true,
"scanned_nodes": 0,
"discovered_artifacts": 0,
"imported_artifacts": 0,
"pending_imports": [
"string"
],
"failures": [
"string"
],
"last_verified_at": "string"
}