Argo CD · Example Payload

Argo Cd Applicationv1Alpha1 Resource Status Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd Applicationv1Alpha1 Resource Status Example is an example object payload from Argo CD, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

grouphealthhookkindnamenamespacerequiresDeletionConfirmationrequiresPruningstatussyncWaveversion

Example Payload

Raw ↑
{
  "group": "example-group",
  "health": "Healthy",
  "hook": true,
  "kind": "example-kind",
  "name": "my-application",
  "namespace": "my-application",
  "requiresDeletionConfirmation": true,
  "requiresPruning": true,
  "status": "Synced",
  "syncWave": 640,
  "version": "v2.14.0"
}