Apache Flink · Example Payload

Flink Rest Task Manager Details Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

allocatedSlotsblockeddataPortfreeResourcefreeSlotshardwareidjmxPortmemoryConfigurationmetricspathslotsNumbertimeSinceLastHeartbeattotalResource

Example Payload

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