Apache Flink · Example Payload

Flink Rest Job Details Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

durationend-timeisStoppablejidjob-typemaxParallelismnamenowpending-operatorsplanstart-timestatestatus-countsstream-graphtimestampsvertices

Example Payload

Raw ↑
{
  "duration": 1,
  "end-time": 1,
  "isStoppable": true,
  "jid": "job-abc123",
  "job-type": "example-value",
  "maxParallelism": 1,
  "name": "WordCount",
  "now": 1,
  "pending-operators": 1,
  "plan": "example-value",
  "start-time": 1,
  "state": "RUNNING",
  "status-counts": {},
  "stream-graph": "example-value",
  "timestamps": {},
  "vertices": [
    "example-value"
  ]
}