Argo CD · Example Payload

Argo Cd V1Alpha1 Project Role Example

Application is synced and healthy.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Project Role 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

descriptiongroupsjwtTokensnamepolicies

Example Payload

Raw ↑
{
  "description": "Application is synced and healthy.",
  "groups": [
    "example-groups",
    "example-groups"
  ],
  "jwtTokens": [
    "eyJhbGciOiJIUzI1NiJ9.example",
    "eyJhbGciOiJIUzI1NiJ9.example"
  ],
  "name": "my-application",
  "policies": [
    "example-policies",
    "example-policies"
  ]
}