Argo Workflows · JSON Structure

Argo Workflows Eventsource Log Entry Structure

eventsource.LogEntry schema from Argo Workflows API

Type: object Properties: 7
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

eventsource.LogEntry is a JSON Structure definition published by Argo Workflows, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

eventName eventSourceName eventSourceType level msg namespace time

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-eventsource-log-entry-structure.json",
  "name": "eventsource.LogEntry",
  "description": "eventsource.LogEntry schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "eventName": {
      "type": "string",
      "name": "optional - the event name (e.g. `example`)"
    },
    "eventSourceName": {
      "type": "string"
    },
    "eventSourceType": {
      "type": "string",
      "name": "optional - the event source type (e.g. `webhook`)"
    },
    "level": {
      "type": "string"
    },
    "msg": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "time": {
      "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
    }
  }
}