Apache Flink · Example Payload

Flink Rest Task Manager Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Task Manager Info Example is an example object payload from Apache Flink, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

blockeddataPortfreeResourcefreeSlotshardwareidjmxPortmemoryConfigurationpathslotsNumbertimeSinceLastHeartbeattotalResource

Example Payload

Raw ↑
{
  "blocked": true,
  "dataPort": 1,
  "freeResource": "example-value",
  "freeSlots": 1,
  "hardware": "example-value",
  "id": "job-abc123",
  "jmxPort": 1,
  "memoryConfiguration": "example-value",
  "path": "example-value",
  "slotsNumber": 1,
  "timeSinceLastHeartbeat": 1,
  "totalResource": "example-value"
}