Apache SeaTunnel · Example Payload

Apache Seatunnel Cluster Overview Example

Data IntegrationETLELTBatchStreamingApacheOpen Source

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

Top-level fields

workersrunningJobsfinishedJobsfailedJobscanceledJobstotalSlotusedSlot

Example Payload

Raw ↑
{
  "workers": 1234,
  "runningJobs": 1234,
  "finishedJobs": 1234,
  "failedJobs": 1234,
  "canceledJobs": 1234,
  "totalSlot": 1234,
  "usedSlot": 1234
}