Argo CD · Example Payload

Argo Cd Project Project Token Create Request Example

Application is synced and healthy.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd Project Project Token Create Request 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

descriptionexpiresInidprojectrole

Example Payload

Raw ↑
{
  "description": "Application is synced and healthy.",
  "expiresIn": 536,
  "id": "example-id",
  "project": "default",
  "role": "example-role"
}