Apache Flink · Example Payload

Flink Rest Job Result Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

accumulatorResultsapplicationStatusjobIdnetRuntimeserializedThrowablesuccess

Example Payload

Raw ↑
{
  "accumulatorResults": {},
  "applicationStatus": "RUNNING",
  "jobId": "job-abc123",
  "netRuntime": 1,
  "serializedThrowable": "example-value",
  "success": true
}