Queries the sensitivity levels of a classification template.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. Note
To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant in the topic "Manage DMS tenants."
| 20*** |
TemplateId | long | No | The ID of the classification template. You can call the ListClassificationTemplates operation to query the ID of the classification template. | 15** |
TemplateType | string | No | The type of the classification template. You can call the ListClassificationTemplates operation to query the type of the classification template. Valid values:
| INNER |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4E1D2B4D-3E53-4ABC-999D-1D2520B3471A",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"SensitivityLevelList": [
{
"Name": "S2",
"TemplateId": "1070",
"TemplateType": "INNER",
"IsPlain": true
}
]
}
Error codes
For a list of error codes, visit the Service error codes.