Hi:
Sorry for the Kylin.apache.org <http://kylin.apache.org/> web didn’t provide
how to create cube or model with RESTful API.
Actually, you can create model and cube with RESTful API as follow:
1、Create a cube with RESTful API:
POST http://host:port/kylin/api/cubes <http://host:port/kylin/api/cubes>
Request Body:{“cubeDescData”:
“cubeName”:
“projectName”:}
2、Create a model with RESTful API:
POST http://host:port/kylin/api/ <http://host:port/kylin/api/>models
Request Body:{“modelDescData”:
“modelName”:
“projectName”:}
> 在 2019年10月10日,19:58,<[email protected]> <[email protected]> 写道:
>
> Hi folks,
>
> In Kylin.apache.org <http://kylin.apache.org/> web, I can’t find any RESTful
> Api to create cube or model, only found “List cubes, build cube, disable cube
> …”.
> So, how to create cube with Restful API, or other workarounds? Could you give
> me some documents as detailed as possible?
>
> Thanks,
> Qiuyu
>
> 发送自 Windows 10 版邮件 <https://go.microsoft.com/fwlink/?LinkId=550986>应用