Argo Workflows · Example Payload

Argo Workflows Io Argoproj Workflow V1Alpha1 Http Example

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Argo Workflows Io Argoproj Workflow V1Alpha1 Http Example is an example object payload from Argo Workflows, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bodybodyFromheadersinsecureSkipVerifymethodsuccessConditiontimeoutSecondsurl

Example Payload

Raw ↑
{
  "body": "example-body",
  "bodyFrom": "example-bodyfrom",
  "headers": [
    "example-headers",
    "example-headers"
  ],
  "insecureSkipVerify": true,
  "method": "example-method",
  "successCondition": "example-successconditio",
  "timeoutSeconds": 1718153645993,
  "url": "example-url"
}