Apache Flink · Example Payload

Flink Rest Job Details Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

durationend-timejidlast-modificationnamepending-operatorsstart-timestatetasks

Example Payload

Raw ↑
{
  "duration": 1,
  "end-time": 1,
  "jid": "job-abc123",
  "last-modification": 1,
  "name": "WordCount",
  "pending-operators": 1,
  "start-time": 1,
  "state": "RUNNING",
  "tasks": {}
}