Argo CD · Example Payload

Argo Cd V1Alpha1 Hydrate Operation Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Hydrate Operation Example is an example object payload from Argo CD, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

drySHAfinishedAthydratedSHAmessagephasesourceHydratorstartedAt

Example Payload

Raw ↑
{
  "drySHA": "example-drysha",
  "finishedAt": "example-finishedat",
  "hydratedSHA": "example-hydratedsha",
  "message": "Application is synced and healthy.",
  "phase": "Synced",
  "sourceHydrator": "example-sourcehydrator",
  "startedAt": "example-startedat"
}