Apache Flink · JSON Structure

Flink Rest Job Vertex Task Manager Info Structure

JobVertexTaskManagerInfo schema from Apache Flink REST API

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

JobVertexTaskManagerInfo 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

aggregated duration end-time endpoint metrics start-time status status-counts taskmanager-id

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-vertex-task-manager-info-structure.json",
  "name": "JobVertexTaskManagerInfo",
  "description": "JobVertexTaskManagerInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "aggregated": {
      "type": "string"
    },
    "duration": {
      "type": "int64"
    },
    "end-time": {
      "type": "int64"
    },
    "endpoint": {
      "type": "string"
    },
    "metrics": {
      "type": "string"
    },
    "start-time": {
      "type": "int64"
    },
    "status": {
      "type": "string"
    },
    "status-counts": {
      "type": "object"
    },
    "taskmanager-id": {
      "type": "string"
    }
  }
}