Argo CD · Example Payload

Argo Cd V1Alpha1 Scm Provider Generator Bitbucket Server Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Scm Provider 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

allBranchesapibasicAuthbearerTokencaRefinsecureproject

Example Payload

Raw ↑
{
  "allBranches": true,
  "api": "example-api",
  "basicAuth": "example-basicauth",
  "bearerToken": "eyJhbGciOiJIUzI1NiJ9.example",
  "caRef": "example-caref",
  "insecure": true,
  "project": "default"
}