Argo · Example Payload

Argo Cd Application Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

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

Top-level fields

apiVersionkindmetadataspecstatus

Example Payload

Raw ↑
{
  "apiVersion": "v3.6.0",
  "kind": "example-value",
  "metadata": {
    "name": "my-workflow",
    "namespace": "my-workflow"
  },
  "spec": "example-value",
  "status": "Running"
}