Apache SeaTunnel · Example Payload

Apache Seatunnel System Info Example

Data IntegrationETLELTBatchStreamingApacheOpen Source

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

Top-level fields

processorsphysicalMemoryfreePhysicalMemorytotalHeapMemoryfreeHeapMemoryusedHeapMemory

Example Payload

Raw ↑
{
  "processors": 1234,
  "physicalMemory": 1234,
  "freePhysicalMemory": 1234,
  "totalHeapMemory": 1234,
  "freeHeapMemory": 1234,
  "usedHeapMemory": 1234
}