Apache Flink · Example Payload

Flink Rest Subtasks Times Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

idnamenowsubtasks

Example Payload

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