Argo · Example Payload

Argo Cd Repository Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

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

Top-level fields

repotypenameconnectionState

Example Payload

Raw ↑
{
  "repo": "example-value",
  "type": "git",
  "name": "my-workflow",
  "connectionState": {
    "status": "Running",
    "message": "Completed successfully"
  }
}