Argo CD · Example Payload

Argo Cd V1Alpha1 Resource Action Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Resource Action 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

disableddisplayNameiconClassnameparams

Example Payload

Raw ↑
{
  "disabled": true,
  "displayName": "my-application",
  "iconClass": "example-iconclass",
  "name": "my-application",
  "params": [
    "example-params",
    "example-params"
  ]
}