Apache Flink · JSON Structure

Flink Rest Subtask Execution Attempt Details Info Structure

SubtaskExecutionAttemptDetailsInfo schema from Apache Flink REST API

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

SubtaskExecutionAttemptDetailsInfo 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

attempt duration end-time endpoint metrics other-concurrent-attempts start-time status status-duration subtask 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-subtask-execution-attempt-details-info-structure.json",
  "name": "SubtaskExecutionAttemptDetailsInfo",
  "description": "SubtaskExecutionAttemptDetailsInfo schema from Apache Flink REST API",
  "type": "object",
  "properties": {
    "attempt": {
      "type": "int32"
    },
    "duration": {
      "type": "int64"
    },
    "end-time": {
      "type": "int64"
    },
    "endpoint": {
      "type": "string"
    },
    "metrics": {
      "type": "string"
    },
    "other-concurrent-attempts": {
      "type": "array"
    },
    "start-time": {
      "type": "int64"
    },
    "status": {
      "type": "string"
    },
    "status-duration": {
      "type": "object"
    },
    "subtask": {
      "type": "int32"
    },
    "taskmanager-id": {
      "type": "string"
    }
  }
}