Argo CD · Example Payload

Argo Cd V1Alpha1 Operation State Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Operation State Example is an example object payload from Argo CD, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

finishedAtmessageoperationphaseretryCountstartedAtsyncResult

Example Payload

Raw ↑
{
  "finishedAt": "example-finishedat",
  "message": "Application is synced and healthy.",
  "operation": "example-operation",
  "phase": "Synced",
  "retryCount": 355,
  "startedAt": "example-startedat",
  "syncResult": "example-syncresult"
}