Queries a list of assets that Data Security Center (DSC) is authorized to scan or a list of regions that are supported by DSC.
Operation description
You can call this operation to query the data assets that are authorized to be scanned. This facilitates resource search and aggregation.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sddp:DescribeDataLimitSet | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Lang | string | No | The language of the content within the request and response. Valid values:
| zh_cn |
ResourceType | integer | No | The type of service to which the data asset belongs. Valid values:
| 2 |
ParentId | string | No | The parent asset ID of the data asset. You can call the DescribeDataLimitDetail or DescribeDataLimits operation to obtain the parent asset ID of the data asset from the value of the ParentId parameter. | db |
FeatureType | integer | No | This parameter is deprecated. | 2 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"DataLimitSet": {
"ResourceTypeCode": "OSS",
"ResourceType": 2,
"TotalCount": 10,
"DataLimitList": [
{
"LocalName": "China (Hangzhou)\n",
"CheckStatus": 3,
"Connector": "Connection string\n",
"CheckStatusName": "Connectivity test status\n",
"RegionId": "cn-****",
"ParentId": "db",
"ResourceType": 2,
"GmtCreate": 1625587423000,
"ResourceTypeCode": "OSS",
"UserName": "tsts",
"Id": 1
}
],
"OssBucketList": [
{
"RegionId": "cn-****",
"BucketName": "oss-bucket"
}
],
"RegionList": [
{
"RegionId": "cn-****",
"LocalName": "China (Hangzhou)\n"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-03-25 | The request parameters of the API has changed | View Change Details |