Apache Kylin · Example Payload

Rest Api Job Example

AnalyticsBig DataCubeOLAPOpen SourceSQL

Rest Api Job Example is an example object payload from Apache Kylin, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

uuidnametyperelatedCuberelatedSegmentstatussubmitTimedurationmrWaiting

Example Payload

Raw ↑
{
  "uuid": "job-1234",
  "name": "BUILD CUBE - kylin_sales_cube",
  "type": "BUILD",
  "relatedCube": "kylin_sales_cube",
  "relatedSegment": "segment-1234",
  "status": "FINISHED",
  "submitTime": 1718153645993,
  "duration": 120,
  "mrWaiting": 10
}