Argo CD · Example Payload

Argo Cd Application Application Sync Request Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

appNamespacedryRuninfosmanifestsnameprojectpruneresourcesretryStrategyrevisionrevisionssourcePositionsstrategysyncOptions

Example Payload

Raw ↑
{
  "appNamespace": "my-application",
  "dryRun": true,
  "infos": [
    "example-infos",
    "example-infos"
  ],
  "manifests": [
    "example-manifests",
    "example-manifests"
  ],
  "name": "my-application",
  "project": "default",
  "prune": true,
  "resources": [
    "example-resources",
    "example-resources"
  ],
  "retryStrategy": "example-retrystrategy",
  "revision": "abc1234def5678",
  "revisions": [
    "abc1234def5678",
    "abc1234def5678"
  ],
  "sourcePositions": [
    "example-sourcepositions",
    "example-sourcepositions"
  ],
  "strategy": "example-strategy",
  "syncOptions": "example-syncoptions"
}