Argo CD · Example Payload

Argo Cd V1Alpha1 Pull Request Generator Bitbucket Server Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Pull Request Generator Bitbucket Server Example is an example object payload from Argo CD, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apibasicAuthbearerTokencaRefinsecureprojectrepo

Example Payload

Raw ↑
{
  "api": "example-api",
  "basicAuth": "example-basicauth",
  "bearerToken": "eyJhbGciOiJIUzI1NiJ9.example",
  "caRef": "example-caref",
  "insecure": true,
  "project": "default",
  "repo": "https://github.com/example/repo.git"
}