Apache Flink · Example Payload

Flink Rest Root Exception Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Root Exception Info Example is an example object payload from Apache Flink, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

concurrentExceptionsendpointexceptionNamefailureLabelsstacktracetaskManagerIdtaskNametimestamp

Example Payload

Raw ↑
{
  "concurrentExceptions": [
    "example-value"
  ],
  "endpoint": "example-value",
  "exceptionName": "WordCount",
  "failureLabels": {},
  "stacktrace": "example-value",
  "taskManagerId": "job-abc123",
  "taskName": "WordCount",
  "timestamp": 1
}