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
Test
RAM authorization
|
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 |
| 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 |
| 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:
|
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:
|
通过 |
| 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 |
| 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:
|
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.