Queries the resources in a permission template.
Operation description
You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see View system roles.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TemplateId | long | Yes | The ID of the permission template. | 1563 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "5B96E35F-A58E-5399-9041-09CF9A1E46EA",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"AuthorityTemplateItemList": {
"AuthorityTemplateItem": [
{
"ItemId": 0,
"TemplateId": 1563,
"ModifierId": 0,
"ResourceType": "INSTANCE",
"InstanceId": 0,
"DbId": 0,
"TableName": "ExampleTable",
"Attribute": "\"permissionTypes\": [\n \"LOGIN\"\n ]"
}
]
},
"Success": true,
"Tid": 0
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-10-19 | The response structure of the API has changed | View Change Details |
2023-09-17 | The internal configuration of the API is changed, but the call is not affected | View Change Details |