数据库和应用迁移 UGO-查询权限检查结果:响应示例

时间:2023-11-01 16:18:48

响应示例

状态码: 200

请求成功。

{   "total_count" : 119,   "passed_permission_items" : [ {     "permission_type" : "MATERIALIZED_VIEW Create Permission",     "schema_name" : "SYNTAX_MIG_SCHEMA",     "description" : "Permission to Create/Drop MATERIALIZED_VIEW",     "status" : "alarm",     "failed_reason" : "Permission not found.",     "failed_detail" : "User does not have the permission to Create/Drop/Alter TABLE",     "suggest_solution" : [ "Provide user with Create/Drop/Alter Privilege, for example:- GRANT CREATE, DROP, ALTER ON *.* TO \"{user}\"@\"{host}\";" ]   }, {     "permission_type" : "SUPERUSER Privilege",     "schema_name" : "",     "description" : "Check whether user has the super user privilege",     "status" : "alarm",     "failed_reason" : "Permission not found.",     "failed_detail" : "User does not have Super User privilege",     "suggest_solution" : [ "Provide user with Super User Privilege, for example:- GRANT SUPER ON *.* TO \"{user}\"@\"{host}\";" ]   } ],   "alarm_permission_items" : [ {     "permission_type" : "MATERIALIZED_VIEW Create Permission",     "schema_name" : "SYNTAX_MIG_SCHEMA",     "description" : "Permission to Create/Drop MATERIALIZED_VIEW",     "status" : "alarm",     "failed_reason" : "Permission not found.",     "failed_detail" : "User does not have the permission to Create/Drop/Alter TABLE",     "suggest_solution" : [ "Provide user with Create/Drop/Alter Privilege, for example:- GRANT CREATE, DROP, ALTER ON *.* TO \"{user}\"@\"{host}\";" ]   }, {     "permission_type" : "SUPERUSER Privilege",     "schema_name" : "",     "description" : "Check whether user has the super user privilege",     "status" : "alarm",     "failed_reason" : "Permission not found.",     "failed_detail" : "User does not have Super User privilege",     "suggest_solution" : [ "Provide user with Super User Privilege, for example:- GRANT SUPER ON *.* TO \"{user}\"@\"{host}\";" ]   } ],   "passed_count" : 116,   "alarm_count" : 3 }
support.huaweicloud.com/api-ugo/ugo_05_0046.html