Apache Flink · JSON Structure

Flink Rest Subtask Time Info Structure

SubtaskTimeInfo schema from Apache Flink REST API

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

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

Properties

duration endpoint subtask timestamps

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-subtask-time-info-structure.json",
  "name": "SubtaskTimeInfo",
  "description": "SubtaskTimeInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "duration": {
      "type": "int64"
    },
    "endpoint": {
      "type": "string"
    },
    "subtask": {
      "type": "int32"
    },
    "timestamps": {
      "type": "object"
    }
  }
}