Skip to main content

Module sync

Module sync 

Source
Expand description

Sync protocol types for agent ↔ manager communication.

The agent periodically calls POST /v1/sync with a SyncRequest and receives a SyncResponse containing the target deployment state.

Structs§

SyncRequest
Request sent by the agent to the manager during periodic sync.
SyncResponse
Response from the manager to the agent sync request.
TargetDeployment
Target deployment state for the agent to converge toward.