Call the DescribeDataLimitSet operation to query the authorization list for unstructured assets or the list of regions supported by Data Security Center.
Operation description
Use this operation to retrieve a list of authorized product assets. This list helps you search for and aggregate resources.
Notes
In the future, this operation will be used only to retrieve the list of regions that a product supports. Other features will no longer be maintained.
QPS limits
The queries per second (QPS) limit for this operation is 10 calls per second for each user. API calls that exceed this limit are throttled. Throttling can affect your business. We recommend that you call this operation a reasonable number of times.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeDataLimitSet |
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 |
| ResourceType |
integer |
No |
The type of data asset. Valid values:
Note
If you set this parameter to a value other than 2, the returned OssBucketList object is empty. |
2 |
| ParentId |
string |
No |
The ID of the parent asset. The DescribeDataLimitDetail or DescribeDataLimits operation returns this ID in the ParentId parameter. |
db |
| FeatureType |
integer |
No |
This parameter is deprecated. |
2 |
| RegionType |
string |
No |
The region type.
|
native_audit |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
769FB3C1-F4C9-42DF-9B72-7077A8989C13 |
| DataLimitSet |
object |
Information about the authorized data assets. |
|
| ResourceTypeCode |
string |
The code for the data asset type. Valid values:
|
OSS |
| ResourceType |
integer |
The type of the data asset. Valid values:
|
2 |
| TotalCount |
integer |
The total number of assets found. |
10 |
| DataLimitList |
array<object> |
A list of authorized data assets. |
|
|
object |
A list of data assets. |
||
| LocalName |
string |
The name of the region where the data asset is located. |
华东1(杭州) |
| CheckStatus |
integer |
The status of the connectivity test between Security Center and the authorized data asset.
|
3 |
| Connector |
string |
The connection string for the data asset. |
连接串 |
| CheckStatusName |
string |
The name of the connectivity test status. |
联通性检测状态 |
| RegionId |
string |
The ID of the region where the data asset is located. |
cn-**** |
| ParentId |
string |
The ID of the parent asset. |
db |
| ResourceType |
integer |
The type of the data asset. Valid values:
|
2 |
| GmtCreate |
integer |
The time when the data asset was created. This value is a UNIX timestamp. Unit: milliseconds. |
1625587423000 |
| ResourceTypeCode |
string |
The code for the data asset type. Valid values:
|
OSS |
| UserName |
string |
The username of the data owner. |
tsts |
| Id |
integer |
The unique ID of the data asset. |
1 |
| OssBucketList |
array<object> |
A list of authorized OSS buckets. |
|
|
object |
The list of OSS objects that are authorized to be scanned. |
||
| RegionId |
string |
The ID of the region where the OSS bucket is located. |
cn-**** |
| BucketName |
string |
The name of the OSS bucket. |
oss-bucket |
| RegionList |
array<object> |
A list of regions that support scanning. |
|
|
object |
Details of a region. |
||
| RegionId |
string |
The region ID. |
cn-**** |
| LocalName |
string |
The region name. |
杭州 |
Examples
Success response
JSON format
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"DataLimitSet": {
"ResourceTypeCode": "OSS",
"ResourceType": 2,
"TotalCount": 10,
"DataLimitList": [
{
"LocalName": "华东1(杭州)",
"CheckStatus": 3,
"Connector": "连接串",
"CheckStatusName": "联通性检测状态",
"RegionId": "cn-****",
"ParentId": "db",
"ResourceType": 2,
"GmtCreate": 1625587423000,
"ResourceTypeCode": "OSS",
"UserName": "tsts",
"Id": 1
}
],
"OssBucketList": [
{
"RegionId": "cn-****",
"BucketName": "oss-bucket"
}
],
"RegionList": [
{
"RegionId": "cn-****",
"LocalName": "杭州"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.