Apache Kylin : Analytical Data Warehouse for Big Data

Page tree

Welcome to Kylin Wiki.

Get users can query the table

GET /kylin/api/acl/table/{project}/{type}/{table}

Path variable

Variable name

NecessaryTypeDescription
projectyesstringProjectName to which table belongs
typeyesstringUser or group name
tableyesstringTable name

Response Sample

Sample
[
    "ADMIN"
]

Get users cannot query the table

GET /kylin/api/acl/table/{project}/{type}/black/{table}

Path variable

Variable name

NecessaryTypeDescription
projectyesstringProjectName to which table belongs
typeyesstringUser or group name
tableyesstringTable name

Put user to table blacklist

DELETE /kylin/api/acl/table/{project}/{type}/{table}/{name}

Path variable

Variable name

NecessaryTypeDescription
projectyesstringProjectName to which table belongs
typeyesstringUser or group name
tableyesstringTable name
nameyesstringUser name or group name you want to put to table blacklist

Delete user from table blacklist

POST /kylin/api/acl/table/{project}/{type}/{table}/{name}

Path variable

Variable name

NecessaryTypeDescription
projectyesstringProjectName to which table belongs
typeyesstringUser or group name
tableyesstringTable name
nameyesstringUser name or group name you want to delete from table blacklist



  • No labels