Argo · Example Payload

Argo Workflows Info Response Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

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

Top-level fields

managedNamespacelinks

Example Payload

Raw ↑
{
  "managedNamespace": "my-workflow",
  "links": [
    {
      "name": "my-workflow",
      "scope": "example-value",
      "url": "https://example.com"
    },
    {
      "name": "my-workflow",
      "scope": "example-value",
      "url": "https://example.com"
    }
  ]
}