Argo CD · Example Payload

Argo Cd V1Alpha1 Application Tree Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

hostsnodesorphanedNodesshardsCount

Example Payload

Raw ↑
{
  "hosts": [
    "example-hosts",
    "example-hosts"
  ],
  "nodes": [
    "example-nodes",
    "example-nodes"
  ],
  "orphanedNodes": [
    "example-orphanednodes",
    "example-orphanednodes"
  ],
  "shardsCount": 530
}