Apache Druid · Example Payload

Apache Druid Supervisor Example

AnalyticsApacheDatabaseKafkaOLAPOpen SourceReal-TimeSQLTime Series

Apache Druid Supervisor Example is an example object payload from Apache Druid, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatehealthStatusdetailedStatespeclastTaskCompletionTimeactiveTaskspublishingTasks

Example Payload

Raw ↑
{
  "id": "wikipedia-kafka",
  "state": "RUNNING",
  "healthStatus": "HEALTHY",
  "detailedState": "RUNNING",
  "spec": {},
  "lastTaskCompletionTime": "2025-03-15T14:30:00Z",
  "activeTasks": 2,
  "publishingTasks": 0
}