Apache Flink · JSON Structure

Flink Rest Savepoint Trigger Request Body Structure

SavepointTriggerRequestBody schema from Apache Flink REST API

Type: object Properties: 4
ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

SavepointTriggerRequestBody is a JSON Structure definition published by Apache Flink, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cancel-job formatType target-directory triggerId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-flink/refs/heads/main/json-structure/flink-rest-savepoint-trigger-request-body-structure.json",
  "name": "SavepointTriggerRequestBody",
  "description": "SavepointTriggerRequestBody schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "cancel-job": {
      "type": "boolean"
    },
    "formatType": {
      "type": "string"
    },
    "target-directory": {
      "type": "string"
    },
    "triggerId": {
      "type": "string"
    }
  }
}