Argo CD · Example Payload

Argo Cd V1Alpha1 Pull Request Generator Bitbucket Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Pull Request Generator Bitbucket 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

apibasicAuthbearerTokenownerrepo

Example Payload

Raw ↑
{
  "api": "example-api",
  "basicAuth": "example-basicauth",
  "bearerToken": "eyJhbGciOiJIUzI1NiJ9.example",
  "owner": "example-owner",
  "repo": "https://github.com/example/repo.git"
}