Apache Flink · JSON Structure

Flink Rest Jar Run Request Body Structure

JarRunRequestBody schema from Apache Flink REST API

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

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

Properties

allowNonRestoredState claimMode entryClass flinkConfiguration jobId parallelism programArgsList restoreMode savepointPath

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-jar-run-request-body-structure.json",
  "name": "JarRunRequestBody",
  "description": "JarRunRequestBody schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "allowNonRestoredState": {
      "type": "boolean"
    },
    "claimMode": {
      "type": "string"
    },
    "entryClass": {
      "type": "string"
    },
    "flinkConfiguration": {
      "type": "object"
    },
    "jobId": {
      "type": "string"
    },
    "parallelism": {
      "type": "int32"
    },
    "programArgsList": {
      "type": "array"
    },
    "restoreMode": {
      "type": "string"
    },
    "savepointPath": {
      "type": "string"
    }
  }
}