Apache Flink · Example Payload

Flink Rest Subtasks All Accumulators Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Subtasks All Accumulators 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

idparallelismsubtasks

Example Payload

Raw ↑
{
  "id": "job-abc123",
  "parallelism": 1,
  "subtasks": [
    "example-value"
  ]
}