Argo CD · Example Payload

Argo Cd V1Alpha1 Revision Metadata Example

example-tagsexample-tags

Argo Cd V1Alpha1 Revision 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

authordatemessagereferencessignatureInfotags

Example Payload

Raw ↑
{
  "author": "example-author",
  "date": "example-date",
  "message": "Application is synced and healthy.",
  "references": [
    "example-references",
    "example-references"
  ],
  "signatureInfo": "example-signatureinfo",
  "tags": [
    "example-tags",
    "example-tags"
  ]
}