我试图使用带有多维数据集定义的json文件的rest api从头开始创建一个多维数据集,我尝试了对rest api的curl命令,这似乎不起作用,我尝试使用他们的kylin客户端工具,甚至无法创建一个多维数据集,所以我想知道是否可以从rest api创建项目、模型和多维数据集?
curl -b /home/raghu/cookiefile.txt -X PUT -H 'Accept: application/json' -H 'Content-Type:application/json;charset=UTF-8' -data @/home/raghu/cube_def.json http://1.1.1.1:7070/kylin/api/cubes/test_cube/build