Panggil DescribeDcdnIpInfo untuk memeriksa apakah suatu alamat IP termasuk dalam node DCDN Alibaba Cloud.
Deskripsi operasi
Batas throttling untuk satu pengguna adalah 50 panggilan per detik.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnIpInfo |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| IP |
string |
Yes |
Alamat IP yang akan diperiksa. Hanya satu alamat IP yang didukung. |
10.XXX.XXX.10 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
1B1D0EE7-9559-489D-BC4E-279495EB8FB8 |
| RegionEname |
string |
Nama bahasa Inggris dari wilayah tempat node berada. |
China-Guizhou-guiyang |
| Region |
string |
Nama wilayah tempat node berada. |
中国-贵州省-贵阳市 |
| IspEname |
string |
Nama bahasa Inggris dari Penyedia layanan internet (ISP). |
telecom |
| DcdnIp |
string |
Menunjukkan apakah alamat IP tersebut termasuk dalam node DCDN Alibaba Cloud.
|
True |
| ISP |
string |
Nama ISP. |
电信 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "1B1D0EE7-9559-489D-BC4E-279495EB8FB8",
"RegionEname": "China-Guizhou-guiyang",
"Region": "中国-贵州省-贵阳市",
"IspEname": "telecom",
"DcdnIp": "True",
"ISP": "电信"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidIP.ValueNotSupported | The specified value of parameter IP is not supported. | The format of the IP address is invalid. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.