Apache Flink · Example Payload

Flink Rest Resource Profile Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

cpuCoresextendedResourcesmanagedMemorynetworkMemorytaskHeapMemorytaskOffHeapMemory

Example Payload

Raw ↑
{
  "cpuCores": 1.0,
  "extendedResources": {},
  "managedMemory": 1,
  "networkMemory": 1,
  "taskHeapMemory": 1,
  "taskOffHeapMemory": 1
}