Apache Flink · Example Payload

Flink Rest Counts Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

completedfailedin_progressrestoredtotal

Example Payload

Raw ↑
{
  "completed": 1,
  "failed": 1,
  "in_progress": 1,
  "restored": 1,
  "total": 1
}