Argo CD · Example Payload

Argo Cd Application Application Rollback Request Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd Application Application Rollback Request 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

appNamespacedryRunidnameprojectprune

Example Payload

Raw ↑
{
  "appNamespace": "my-application",
  "dryRun": true,
  "id": 45,
  "name": "my-application",
  "project": "default",
  "prune": true
}