Argo CD · Example Payload

Argo Cd V1Alpha1 Application Set Status Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

applicationStatusconditionshealthresourcesresourcesCount

Example Payload

Raw ↑
{
  "applicationStatus": [
    "Synced",
    "Synced"
  ],
  "conditions": [
    "example-conditions",
    "example-conditions"
  ],
  "health": "Healthy",
  "resources": [
    "example-resources",
    "example-resources"
  ],
  "resourcesCount": 314
}