Argo CD · Example Payload

Argo Cd V1Alpha1 Sync Window Example

Application is synced and healthy.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

andOperatorapplicationsclustersdescriptiondurationkindmanualSyncnamespacesschedulesyncOverruntimeZone

Example Payload

Raw ↑
{
  "andOperator": true,
  "applications": [
    "example-applications",
    "example-applications"
  ],
  "clusters": [
    "https://kubernetes.default.svc",
    "https://kubernetes.default.svc"
  ],
  "description": "Application is synced and healthy.",
  "duration": "example-duration",
  "kind": "example-kind",
  "manualSync": true,
  "namespaces": [
    "my-application",
    "my-application"
  ],
  "schedule": "example-schedule",
  "syncOverrun": true,
  "timeZone": "example-timezone"
}