湖仓构建 LAKEFORMATION-接入服务授权:请求示例

时间:2024-04-08 11:19:39

请求示例

POST https://{endpoint}/v1/{project_id}/access-service

{
  "access_services" : [ {
    "name" : "DLI",
    "description" : "Data Lake Insight",
    "grant" : true
  }, {
    "name" : "DWS",
    "description" : "Data Warehouse Service",
    "grant" : true
  }, {
    "name" : "MA",
    "description" : "ModelArts",
    "grant" : true
  } ]
}
support.huaweicloud.com/api-lakeformation/AuthorizeAccessService.html