Mengambil alamat IP node L2 untuk nama domain yang ditentukan.
Deskripsi operasi
Operasi ini hanya tersedia untuk pengguna dengan bandwidth puncak harian 1 Gbps atau lebih tinggi. Jika Anda memenuhi persyaratan ini, kirimkan tiket untuk meminta akses ke operasi ini.
-
Batas throttling untuk operasi ini adalah 40 panggilan per detik untuk setiap pengguna.
-
Operasi ini hanya mengambil informasi untuk nama domain akselerasi yang ditambahkan di konsol CDN, bukan yang ditambahkan di konsol DCDN.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeL2VipsByDomain |
get |
*Domain
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
Nama domain akselerasi. Anda hanya dapat menentukan satu nama domain per permintaan. |
example.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| DomainName |
string |
Nama domain. |
example.com |
| RequestId |
string |
ID permintaan. |
16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
| Vips |
object |
||
| Vip |
array |
Daftar VIP. |
|
|
string |
Alamat VIP. |
1.1.1.1/25 |
Contoh
Respons sukses
JSONformat
{
"DomainName": "example.com",
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
"Vips": {
"Vip": [
"1.1.1.1/25"
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalOperation | Illegal domain operate is not permitted. | Domain name does not support current operation |
| 400 | SingleRequest.OverLimit | A maximum of 1 DomainName is supported for each request. | |
| 403 | SystemBusy | The system is busy, please try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.