Apache Flink · JSON Structure

Flink Rest Task Manager Info Structure

TaskManagerInfo schema from Apache Flink REST API

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

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

Properties

blocked dataPort freeResource freeSlots hardware id jmxPort memoryConfiguration path slotsNumber timeSinceLastHeartbeat totalResource

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-task-manager-info-structure.json",
  "name": "TaskManagerInfo",
  "description": "TaskManagerInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "blocked": {
      "type": "boolean"
    },
    "dataPort": {
      "type": "int32"
    },
    "freeResource": {
      "type": "string"
    },
    "freeSlots": {
      "type": "int32"
    },
    "hardware": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "jmxPort": {
      "type": "int32"
    },
    "memoryConfiguration": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "slotsNumber": {
      "type": "int32"
    },
    "timeSinceLastHeartbeat": {
      "type": "int64"
    },
    "totalResource": {
      "type": "string"
    }
  }
}