Argo CD · Example Payload

Argo Cd V1Alpha1 Cluster Info Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Cluster Info 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

apiVersionsapplicationsCountcacheInfoconnectionStateserverVersion

Example Payload

Raw ↑
{
  "apiVersions": [
    "v2.14.0",
    "v2.14.0"
  ],
  "applicationsCount": 522,
  "cacheInfo": "example-cacheinfo",
  "connectionState": "example-connectionstate",
  "serverVersion": "https://kubernetes.default.svc"
}