Apache Flink · JSON Structure

Flink Rest Exception Info Structure

ExceptionInfo schema from Apache Flink REST API

Type: object Properties: 7
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Properties

endpoint exceptionName failureLabels stacktrace taskManagerId taskName timestamp

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/apache-flink/refs/heads/main/json-structure/flink-rest-exception-info-structure.json",
  "name": "ExceptionInfo",
  "description": "ExceptionInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "endpoint": {
      "type": "string"
    },
    "exceptionName": {
      "type": "string"
    },
    "failureLabels": {
      "type": "object"
    },
    "stacktrace": {
      "type": "string"
    },
    "taskManagerId": {
      "type": "string"
    },
    "taskName": {
      "type": "string"
    },
    "timestamp": {
      "type": "int64"
    }
  }
}