Argo CD · Example Payload

Argo Cd Session Session Create Request Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

passwordtokenusername

Example Payload

Raw ↑
{
  "password": "example-password",
  "token": "eyJhbGciOiJIUzI1NiJ9.example",
  "username": "my-application"
}