Argo CD · Example Payload

Argo Cd V1Alpha1 Repository Certificate Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Repository Certificate 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

certDatacertInfocertSubTypecertTypeserverName

Example Payload

Raw ↑
{
  "certData": "example-certdata",
  "certInfo": "example-certinfo",
  "certSubType": "example-certsubtype",
  "certType": "example-certtype",
  "serverName": "my-application"
}