Argo CD · Example Payload

Argo Cd V1 Event Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

actioncounteventTimefirstTimestampinvolvedObjectlastTimestampmessagemetadatareasonrelatedreportingComponentreportingInstanceseriessourcetype

Example Payload

Raw ↑
{
  "action": "example-action",
  "count": 747,
  "eventTime": "example-eventtime",
  "firstTimestamp": "example-firsttimestamp",
  "involvedObject": "example-involvedobject",
  "lastTimestamp": "example-lasttimestamp",
  "message": "Application is synced and healthy.",
  "metadata": "example-metadata",
  "reason": "example-reason",
  "related": "example-related",
  "reportingComponent": "https://github.com/example/repo.git",
  "reportingInstance": "https://github.com/example/repo.git",
  "series": "example-series",
  "source": "example-source",
  "type": "example-type"
}