Argo CD · Example Payload

Argo Cd Application Application Sync Window Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

durationkindmanualSyncschedule

Example Payload

Raw ↑
{
  "duration": "example-duration",
  "kind": "example-kind",
  "manualSync": true,
  "schedule": "example-schedule"
}