Apache Flink · JSON Structure

Flink Rest Cluster Overview With Version Structure

ClusterOverviewWithVersion schema from Apache Flink REST API

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

ClusterOverviewWithVersion 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

flink-commit flink-version jobs-cancelled jobs-failed jobs-finished jobs-running slots-available slots-free-and-blocked slots-total taskmanagers taskmanagers-blocked

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-cluster-overview-with-version-structure.json",
  "name": "ClusterOverviewWithVersion",
  "description": "ClusterOverviewWithVersion schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "flink-commit": {
      "type": "string"
    },
    "flink-version": {
      "type": "string"
    },
    "jobs-cancelled": {
      "type": "int32"
    },
    "jobs-failed": {
      "type": "int32"
    },
    "jobs-finished": {
      "type": "int32"
    },
    "jobs-running": {
      "type": "int32"
    },
    "slots-available": {
      "type": "int32"
    },
    "slots-free-and-blocked": {
      "type": "int32"
    },
    "slots-total": {
      "type": "int32"
    },
    "taskmanagers": {
      "type": "int32"
    },
    "taskmanagers-blocked": {
      "type": "int32"
    }
  }
}