Mengambil detail aset data yang diotorisasi, seperti proyek MaxCompute, database ApsaraDB RDS, atau bucket OSS.
Deskripsi operasi
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeDataLimitDetail |
get |
*全部资源
|
|
None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa konten dalam permintaan dan tanggapan. Nilai valid:
|
zh |
| Id |
integer |
Yes |
ID unik aset data yang ingin Anda kueri. Catatan
Anda dapat memanggil operasi DescribeDataLimits untuk mengkueri ID aset data. |
12300 |
| NetworkType |
integer |
No |
Jenis jaringan aset data yang ingin Anda kueri. Nilai valid:
|
1 |
| FeatureType |
integer |
No |
Parameter ini tidak digunakan lagi. |
2 |
Elemen respons
|
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. |
cn-hangzhou |
| 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:
|
Pending |
| 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 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"DataLimit": {
"LocalName": "cn-hangzhou",
"CheckStatus": 3,
"Port": 3306,
"CheckStatusName": "Pending",
"RegionId": "cn-qingdao",
"ParentId": "rm-m5eup49p6o274****.RDS_example",
"ResourceType": 1,
"GmtCreate": 145600000,
"ResourceTypeCode": "RDS",
"UserName": "User01",
"Id": 12300
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.