Argo · Example Payload

Argo Workflows Log Entry Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Argo Workflows Log Entry 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

contentpodName

Example Payload

Raw ↑
{
  "content": "example-value",
  "podName": "my-workflow"
}