Argo CD · Example Payload

Argo Cd V1Alpha1 Commit Metadata Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

authorbodydaterepoUrlshasubject

Example Payload

Raw ↑
{
  "author": "example-author",
  "body": "example-body",
  "date": "example-date",
  "repoUrl": "https://github.com/example/repo.git",
  "sha": "example-sha",
  "subject": "example-subject"
}