文档
测试

List Project

GET
http://192.168.88.132:7070/kylin/api/projects/readable

接口描述

获取当前的所有project信息

请求头

参数名
类型
描述
必填
Authorization
示例:Basic QURNSU46S1lMSU4=
必填
Content-Type
示例:application/json
必填

说明 / 示例

响应示例: [ { "uuid": "2fbca32a-a33e-4b69-83dd-0bb8b1f8c91b", "last_modified": 1587540827000, "version": "2.6.0.20500", "name": "learn_kylin", "tables": [ "DEFAULT.KYLIN_CAL_DT", "DEFAULT.KYLIN_CATEGORY_GROUPINGS", "DEFAULT.KYLIN_STREAMING_TABLE", "DEFAULT.KYLIN_ACCOUNT", "DEFAULT.KYLIN_COUNTRY", "DEFAULT.KYLIN_SALES" ], "owner": null, "status": null, "create_time_utc": 0, "last_update_time": null, "description": null, "realizations": [ { "type": "CUBE", "realization": "kylin_sales_cube" }, { "type": "CUBE", "realization": "kylin_streaming_cube" } ], "models": [ "kylin_sales_model", "kylin_streaming_model" ], "ext_filters": [], "override_kylin_properties": { } }, { "uuid": "8a87d9c0-f3a5-9fcb-f0e7-b1e5b0cee73a", "last_modified": 1588059336548, "version": "2.6.0.20500", "name": "model1", "tables": [], "owner": "ADMIN", "status": "ENABLED", "create_time_utc": 1588059336548, "last_update_time": null, "description": "", "realizations": [], "models": [], "ext_filters": [], "override_kylin_properties": { } }, { "uuid": "ceb9e6e3-90d3-896f-ea14-ddd2e1adbf87", "last_modified": 1587970837289, "version": "2.6.0.20500", "name": "Test1", "tables": [ "KYLIN_TEST.EMP", "DEFAULT.KYLIN_ACCOUNT", "DEFAULT.DEPT", "DEFAULT.TEST1", "DEFAULT.TEST2", "TEST.BUSINESS", "DEFAULT.KYLIN_COUNTRY", "DEFAULT.EMP", "KYLIN_TEST.DEPT", "TEST.BIGTABLE" ], "owner": "ADMIN", "status": "ENABLED", "create_time_utc": 1587523976819, "last_update_time": null, "description": "", "realizations": [], "models": [], "ext_filters": [], "override_kylin_properties": { } }, { "uuid": "179a78e5-7a72-ef04-86ac-891927a42ee5", "last_modified": 1587970961359, "version": "2.6.0.20500", "name": "Test2", "tables": [ "DEFAULT.KYLIN_CAL_DT", "DEFAULT.KYLIN_CATEGORY_GROUPINGS", "DEFAULT.KYLIN_ACCOUNT", "DEFAULT.KYLIN_INTERMEDIATE_KYLIN_SALES_CUBE_90C3E63F_6FE6_FDA5_519E_BA70E9195343", "TEST.BUSINESS", "DEFAULT.KYLIN_COUNTRY", "DEFAULT.KYLIN_SALES", "TEST.BIGTABLE" ], "owner": "ADMIN", "status": "ENABLED", "create_time_utc": 1587524526775, "last_update_time": null, "description": "", "realizations": [ { "type": "CUBE", "realization": "cube_test1" } ], "models": [ "model1" ], "ext_filters": [], "override_kylin_properties": { } }, { "uuid": "6f812d3e-badd-de3b-5fb1-99bad07c3c74", "last_modified": 1588044874349, "version": "2.6.0.20500", "name": "Test3", "tables": [ "DEFAULT.KYLIN_CAL_DT", "DEFAULT.KYLIN_CATEGORY_GROUPINGS", "DEFAULT.KYLIN_ACCOUNT", "DEFAULT.KYLIN_COUNTRY", "DEFAULT.KYLIN_SALES" ], "owner": "ADMIN", "status": "ENABLED", "create_time_utc": 1587971171983, "last_update_time": null, "description": "This is a test", "realizations": [ { "type": "CUBE", "realization": "kylin_test_cube" }, { "type": "CUBE", "realization": "Tcube" } ], "models": [ "kylin_test_model", "Tmodel" ], "ext_filters": [], "override_kylin_properties": { } }, { "uuid": "0edd3c4a-7cca-06e8-1915-deb56eb816fc", "last_modified": 1588041631718, "version": "2.6.0.20500", "name": "Test4", "tables": [ "DEFAULT.KYLIN_CAL_DT", "DEFAULT.KYLIN_CATEGORY_GROUPINGS", "DEFAULT.KYLIN_ACCOUNT", "DEFAULT.KYLIN_COUNTRY", "DEFAULT.KYLIN_SALES" ], "owner": "ADMIN", "status": "ENABLED", "create_time_utc": 1587971223087, "last_update_time": null, "description": "This is a test", "realizations": [], "models": [], "ext_filters": [], "override_kylin_properties": { } }, { "uuid": "e1f5afd2-6192-d675-ceba-68b2bf6017f9", "last_modified": 1588150698472, "version": "2.6.0.20500", "name": "Test5", "tables": [ "KYLIN_TEST.EMP", "KYLIN_TEST.DEPT" ], "owner": "ADMIN", "status": "ENABLED", "create_time_utc": 1588059285450, "last_update_time": null, "description": "", "realizations": [ { "type": "CUBE", "realization": "cube_test2" }, { "type": "CUBE", "realization": "cube_test2_clone" } ], "models": [ "model_test1" ], "ext_filters": [], "override_kylin_properties": { } } ]