Argo Workflows · JSON Structure

Argo Workflows Sensor Log Entry Structure

sensor.LogEntry schema from Argo Workflows API

Type: object Properties: 8
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

dependencyName eventContext level msg namespace sensorName time triggerName

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-sensor-log-entry-structure.json",
  "name": "sensor.LogEntry",
  "description": "sensor.LogEntry schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "dependencyName": {
      "type": "string",
      "name": "optional - trigger dependency name"
    },
    "eventContext": {
      "type": "string",
      "name": "optional - Cloud Event context"
    },
    "level": {
      "type": "string"
    },
    "msg": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    },
    "sensorName": {
      "type": "string"
    },
    "time": {
      "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"
    },
    "triggerName": {
      "type": "string",
      "name": "optional - any trigger name"
    }
  }
}