All Products
Search
Document Center

Data Security Center:DescribeDataLimitSet

Last Updated:Nov 27, 2025

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

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: Chinese (Simplified). This is the default value.

  • en_us: English (US).

zh_cn

ResourceType

integer

No

The type of data asset. Valid values:

  • 1: MaxCompute.

  • 2: OSS.

  • 3: ADS.

  • 4: OTS.

  • 5: RDS.

  • 6: SELF_DB.

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: A region that supports traffic collection.

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:

  • MaxCompute

  • OSS

  • ADS

  • OTS

  • RDS

  • SELF_DB

OSS

ResourceType

integer

The type of the data asset. Valid values:

  • 1: MaxCompute.

  • 2: OSS.

  • 3: ADS.

  • 4: OTS.

  • 5: RDS.

  • 6: SELF_DB.

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.

  • 2: The connectivity test is in progress.

  • 3: The connectivity test is passed.

  • 4: The connectivity test has failed.

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:

  • 1: MaxCompute.

  • 2: OSS.

  • 3: ADS.

  • 4: OTS.

  • 5: RDS.

  • 6: SELF_DB.

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:

  • MaxCompute

  • OSS

  • ADS

  • OTS

  • RDS

  • SELF_DB

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.