Argo CD · Example Payload

Argo Cd V1Alpha1 Application Set Application Status Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Application Set Application Status 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

applicationlastTransitionTimemessagestatussteptargetrevisions

Example Payload

Raw ↑
{
  "application": "example-application",
  "lastTransitionTime": "example-lasttransitiontime",
  "message": "Application is synced and healthy.",
  "status": "Synced",
  "step": "example-step",
  "targetrevisions": [
    "abc1234def5678",
    "abc1234def5678"
  ]
}