Argo CD · Example Payload

Argo Cd Application Log Entry Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

contentlastpodNametimeStamptimeStampStr

Example Payload

Raw ↑
{
  "content": "example-content",
  "last": true,
  "podName": "my-application",
  "timeStamp": "example-timestamp",
  "timeStampStr": "example-timestampstr"
}