Call the DescribeRiskLevels operation to retrieve a list of risk levels for sensitive data.
Operation description
You can use this operation to retrieve a list of risk levels for sensitive data that are defined in the current template. This lets you view the number of rules that reference each risk level and the maximum risk level in the template.
QPS limits
The queries per second (QPS) limit for this operation is 10 calls per second for a single user. If you exceed this limit, your API calls are throttled. This may affect your business. Plan your calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeRiskLevels |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh_cn |
| TemplateId |
integer |
No |
The ID of the industry-specific template. Note
Call DescribeCategoryTemplateList to get the ID of the industry-specific template. |
1 |
| FeatureType |
integer |
No |
This parameter is deprecated. |
2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
136082B3-B21F-5E9D-B68E-991FFD205D24 |
| RiskLevelList |
array<object> |
A list of risk levels. |
|
|
object |
|||
| Name |
string |
The name of the risk level for the sensitive data. The maximum risk level is S10 and varies based on the data classification template. The maximum risk level is S4 for the built-in data security classification template for Alibaba and Ant Group, and S5 for the built-in data classification template for the finance industry (with reference to JR/T 0197-2020 Financial Data Security - Guidelines for Data Security Classification) and the built-in data classification standard for the energy industry. If you use a copied template, the maximum risk level is S10. The following list describes the mappings between risk level names and IDs:
|
S1 |
| Description |
string |
The description of the risk level. You can customize the description. The following list describes the mappings between risk level names and their default descriptions:
|
1级敏感数据 |
| Id |
integer |
The unique ID of the risk level. Valid values: 1 to 11. Each risk level ID corresponds to a risk level name. For example, the risk level ID 2 corresponds to the risk level S1. For more information about the mappings, see the description of the Name parameter. |
2 |
| ReferenceNum |
integer |
The number of times the risk level is referenced in the template. The default value is 0. |
20 |
Examples
Success response
JSON format
{
"RequestId": "136082B3-B21F-5E9D-B68E-991FFD205D24",
"RiskLevelList": [
{
"Name": "S1",
"Description": "1级敏感数据",
"Id": 2,
"ReferenceNum": 20
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.