Apache Flink · JSON Structure

Flink Rest Resource Profile Info Structure

ResourceProfileInfo schema from Apache Flink REST API

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

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

Properties

cpuCores extendedResources managedMemory networkMemory taskHeapMemory taskOffHeapMemory

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-resource-profile-info-structure.json",
  "name": "ResourceProfileInfo",
  "description": "ResourceProfileInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "cpuCores": {
      "type": "double"
    },
    "extendedResources": {
      "type": "object"
    },
    "managedMemory": {
      "type": "int32"
    },
    "networkMemory": {
      "type": "int32"
    },
    "taskHeapMemory": {
      "type": "int32"
    },
    "taskOffHeapMemory": {
      "type": "int32"
    }
  }
}