Argo CD · Example Payload

Argo Cd Application Application Sync Windows Response Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

activeWindowsassignedWindowscanSync

Example Payload

Raw ↑
{
  "activeWindows": [
    "example-activewindows",
    "example-activewindows"
  ],
  "assignedWindows": [
    "example-assignedwindows",
    "example-assignedwindows"
  ],
  "canSync": true
}