Argo CD · Example Payload

Argo Cd V1Alpha1 Scm Provider Generator Gitlab Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Scm Provider Generator Gitlab Example is an example object payload from Argo CD, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allBranchesapicaRefgroupincludeArchivedReposincludeSharedProjectsincludeSubgroupsinsecuretokenReftopic

Example Payload

Raw ↑
{
  "allBranches": true,
  "api": "example-api",
  "caRef": "example-caref",
  "group": "example-group",
  "includeArchivedRepos": true,
  "includeSharedProjects": true,
  "includeSubgroups": true,
  "insecure": true,
  "tokenRef": "eyJhbGciOiJIUzI1NiJ9.example",
  "topic": "example-topic"
}