Argo CD · Example Payload

Argo Cd V1Alpha1 Sync Operation Result Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

managedNamespaceMetadataresourcesrevisionrevisionssourcesources

Example Payload

Raw ↑
{
  "managedNamespaceMetadata": "my-application",
  "resources": [
    "example-resources",
    "example-resources"
  ],
  "revision": "abc1234def5678",
  "revisions": [
    "abc1234def5678",
    "abc1234def5678"
  ],
  "source": "example-source",
  "sources": [
    "example-sources",
    "example-sources"
  ]
}