All Products
Search
Document Center

Data Security Center:DescribeDataLimitDetail

Last Updated:Jun 10, 2026

Mengambil detail aset data yang diotorisasi, seperti proyek MaxCompute, database ApsaraDB RDS, atau bucket OSS.

Deskripsi operasi

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sddp:DescribeDataLimitDetail

get

*全部资源

*

  • acs:ResourceGroupId
None

Parameter permintaan

Parameter

Type

Required

Description

Example

Lang

string

No

Bahasa konten dalam permintaan dan tanggapan. Nilai valid:

  • zh: Bahasa Mandarin Sederhana.

  • en: Bahasa Inggris.

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: virtual private cloud (VPC).

  • 2: jaringan klasik.

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:

  • 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

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

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.