All Products
Search
Document Center

Data Security Center:DescribeDataLimitDetail

Last Updated:Nov 27, 2025

Queries the details of a data asset, such as a MaxCompute project, an ApsaraDB RDS database, or an Object Storage Service (OSS) bucket, that you authorize Data Security Center (DSC) to access.

Operation description

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:DescribeDataLimitDetail

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the content within the request and response. Valid values:

  • zh: Simplified Chinese.

  • en: English

zh

Id

integer

Yes

The unique ID of the data asset that you want to query.

Note

You can call the DescribeDataLimits operation to query the ID of the data asset.

12300

NetworkType

integer

No

The network type of the data asset that you want to query. Valid values:

  • 1: virtual private cloud (VPC)

  • 2: classic network

1

FeatureType

integer

No

This parameter is deprecated.

2

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request, which is used to locate and troubleshoot issues.

769FB3C1-F4C9-42DF-9B72-7077A8989C13

DataLimit

object

The details of the data asset.

LocalName

string

The region in which the data asset resides.

华北1(青岛)

CheckStatus

integer

The status of the connectivity test between the data asset and DSC. Valid values:

  • 2: indicates that the data asset was being connected.

  • 3: indicates that the data asset was connected to DSC.

  • 4: indicates that the data asset failed to be connected.

3

Port

integer

The port number that is used to connect to the database.

3306

CheckStatusName

string

The result that indicates the status of the connectivity test between the data asset and DSC. Valid values:

  • Passed

  • Failed

  • Testing

通过

RegionId

string

The ID of the region in which the data asset resides.

cn-qingdao

ParentId

string

The ID and name of the data asset in the service to which the data asset belongs.

rm-m5eup49p6o274****.RDS_example

ResourceType

integer

The type of the service to which the data asset belongs. Valid values:

  • 1: MaxCompute

  • 2: OSS

  • 3: AnalyticDB for MySQL

  • 4: Tablestore

  • 5: ApsaraDB RDS

1

GmtCreate

integer

The time when the data asset was connected to DSC. The value is a UNIX timestamp. Unit: milliseconds.

145600000

ResourceTypeCode

string

The service to which the data asset belongs. Valid values:

  • MaxCompute

  • OSS

  • ADS

  • OTS

  • RDS

RDS

UserName

string

The account of the user who manages the data asset.

User01

Id

integer

The ID of the data asset.

12300

Examples

Success response

JSON format

{
  "RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
  "DataLimit": {
    "LocalName": "华北1(青岛)",
    "CheckStatus": 3,
    "Port": 3306,
    "CheckStatusName": "通过",
    "RegionId": "cn-qingdao",
    "ParentId": "rm-m5eup49p6o274****.RDS_example",
    "ResourceType": 1,
    "GmtCreate": 145600000,
    "ResourceTypeCode": "RDS",
    "UserName": "User01",
    "Id": 12300
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.