Argo CD · Example Payload

Argo Cd Repository Parameter Announcement Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd Repository Parameter Announcement Example is an example object payload from Argo CD, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

arraycollectionTypeitemTypemapnamerequiredstringtitletooltip

Example Payload

Raw ↑
{
  "array": [
    "example-array",
    "example-array"
  ],
  "collectionType": "example-collectiontype",
  "itemType": "example-itemtype",
  "map": {},
  "name": "my-application",
  "required": true,
  "string": "example-string",
  "title": "example-title",
  "tooltip": "example-tooltip"
}