Apache Flink · Example Payload

Flink Rest Job Config Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

executionConfigInfojobIdjobName

Example Payload

Raw ↑
{
  "executionConfigInfo": "example-value",
  "jobId": "job-abc123",
  "jobName": "WordCount"
}