Apache Flink · JSON Structure

Flink Rest Root Exception Info Structure

RootExceptionInfo schema from Apache Flink REST API

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

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

Properties

concurrentExceptions 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-root-exception-info-structure.json",
  "name": "RootExceptionInfo",
  "description": "RootExceptionInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "concurrentExceptions": {
      "type": "array"
    },
    "endpoint": {
      "type": "string"
    },
    "exceptionName": {
      "type": "string"
    },
    "failureLabels": {
      "type": "object"
    },
    "stacktrace": {
      "type": "string"
    },
    "taskManagerId": {
      "type": "string"
    },
    "taskName": {
      "type": "string"
    },
    "timestamp": {
      "type": "int64"
    }
  }
}