Apache Flink · Example Payload

Flink Rest Job Vertex Details Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

aggregatedidmaxParallelismnamenowparallelismsubtasks

Example Payload

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