Apache Flink · Example Payload

Flink Rest Checkpoint Trigger Request Body Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

checkpointTypetriggerId

Example Payload

Raw ↑
{
  "checkpointType": "example-value",
  "triggerId": "job-abc123"
}