Apache Flink · JSON Structure

Flink Rest Job Details Vertex Info Structure

JobDetailsVertexInfo schema from Apache Flink REST API

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

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

Properties

duration end-time id maxParallelism metrics name parallelism slotSharingGroupId start-time status tasks

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-job-details-vertex-info-structure.json",
  "name": "JobDetailsVertexInfo",
  "description": "JobDetailsVertexInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "duration": {
      "type": "int64"
    },
    "end-time": {
      "type": "int64"
    },
    "id": {
      "type": "string"
    },
    "maxParallelism": {
      "type": "int32"
    },
    "metrics": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "parallelism": {
      "type": "int32"
    },
    "slotSharingGroupId": {
      "type": "string"
    },
    "start-time": {
      "type": "int64"
    },
    "status": {
      "type": "string"
    },
    "tasks": {
      "type": "object"
    }
  }
}