湖仓构建 LakeFormation-分页获取同步权限策略:响应示例

时间:2025-02-12 14:54:56

响应示例

状态码: 200

OK

{  "page_info" : {    "current_count" : 1,    "next_marker" : "000000001225efff0000000000000001"  },  "policies" : [ {    "allow_exceptions" : [ ],    "data_mask_policy_items" : [ ],    "deny_exceptions" : [ ],    "deny_policy_items" : [ ],    "id" : 61,    "is_audit_enabled" : true,    "is_default_policy" : false,    "is_deny_all_else" : false,    "is_enabled" : true,    "name" : "test_database_name-database",    "options" : { },    "policy_items" : [ {      "accesses" : [ {        "is_allowed" : true,        "type" : "read"      }, {        "is_allowed" : true,        "type" : "index"      }, {        "is_allowed" : true,        "type" : "select"      }, {        "is_allowed" : true,        "type" : "drop"      }, {        "is_allowed" : true,        "type" : "alter"      }, {        "is_allowed" : true,        "type" : "all"      } ],      "conditions" : [ {        "type" : "ip-range",        "values" : [ "127.0.0.1" ]      } ],      "delegate_admin" : true,      "groups" : [ "testGroupName1" ],      "roles" : [ ],      "users" : [ ]    }, {      "accesses" : [ {        "is_allowed" : true,        "type" : "alter"      } ],      "conditions" : [ ],      "delegate_admin" : false,      "groups" : [ "testGroupName2" ],      "roles" : [ ],      "users" : [ ]    } ],    "policy_labels" : [ ],    "policy_priority" : 0,    "policy_type" : 0,    "resources" : {      "database" : {        "is_excludes" : false,        "is_recursive" : false,        "values" : [ "test_database_name" ]      }    },    "row_filter_policy_items" : [ ],    "service" : "Hive",    "service_type" : "hive",    "validity_schedules" : [ ]  } ]}

状态码: 400

Bad Request

{  "error_code" : "common.01000001",  "error_msg" : "failed to read http request, please check your input, code: 400, reason: Type mismatch., cause: TypeMismatchException"}

状态码: 401

Unauthorized

{  "error_code": 'APIG.1002',  "error_msg": 'Incorrect token or token resolution failed'}

状态码: 403

Forbidden

{  "error" : {    "code" : "403",    "message" : "X-Auth-Token is invalid in the request",    "error_code" : null,    "error_msg" : null,    "title" : "Forbidden"  },  "error_code" : "403",  "error_msg" : "X-Auth-Token is invalid in the request",  "title" : "Forbidden"}

状态码: 404

Not Found

{  "error_code" : "common.01000001",  "error_msg" : "response status exception, code: 404"}

状态码: 408

Request Timeout

{  "error_code" : "common.00000408",  "error_msg" : "timeout exception occurred"}

状态码: 500

Internal Server Error

{  "error_code" : "common.00000500",  "error_msg" : "internal error"}
support.huaweicloud.com/api-lakeformation/ListPolicy.html