Argo CD · Example Payload

Argo Cd V1Alpha1 Application Summary Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

externalURLsimages

Example Payload

Raw ↑
{
  "externalURLs": [
    "https://github.com/example/repo.git",
    "https://github.com/example/repo.git"
  ],
  "images": [
    "example-images",
    "example-images"
  ]
}