Argo CD · Example Payload

Argo Cd Project Detailed Projects Response Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd Project Detailed Projects Response 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

clustersglobalProjectsprojectrepositories

Example Payload

Raw ↑
{
  "clusters": [
    "https://kubernetes.default.svc",
    "https://kubernetes.default.svc"
  ],
  "globalProjects": [
    "default",
    "default"
  ],
  "project": "default",
  "repositories": [
    "https://github.com/example/repo.git",
    "https://github.com/example/repo.git"
  ]
}