Argo · Example Payload

Argo Cd Application Status Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Argo Cd Application Status Example is an example object payload from Argo, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

synchealthoperationState

Example Payload

Raw ↑
{
  "sync": {
    "status": "OutOfSync",
    "revision": "example-value"
  },
  "health": {
    "status": "Unknown",
    "message": "Completed successfully"
  },
  "operationState": {
    "phase": "Running",
    "message": "Completed successfully",
    "startedAt": "example-value",
    "finishedAt": "example-value"
  }
}