Mengkueri apakah satu atau beberapa alamat IP ditetapkan ke Alibaba Cloud CDN.
Deskripsi operasi
The maximum number of times that each user can call this operation per second is 20.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:BatchDescribeCdnIpInfo |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| IpAddrList |
string |
Yes |
Daftar alamat IP yang akan dikueri. Pisahkan alamat IP dengan koma (,). Anda dapat menentukan hingga 20 alamat IP pada satu pengatur waktu. Catatan
|
111.XXX.XXX.230,47.XXX.XXX.243 |
| Language |
string |
No |
Bahasa hasil kueri. Nilai valid:
Valid values:
|
en |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
55ADD936-763F-5E1A-BF54-2EA3F6E94A52 |
| IpInfoList |
array<object> |
The results about IP addresses returned. |
|
|
object |
|||
| IpAddress |
string |
The IP address. |
111.XXX.XXX.230 |
| IspName |
string |
The ISP to which the IP address belongs. |
移动 |
| Country |
string |
The country to which the IP address belongs. |
中国 |
| Province |
string |
The province to which the IP address belongs. |
北京市 |
| City |
string |
The city to which the IP address belongs. |
北京市 |
| CdnIp |
string |
Indicates whether the IP address belongs to an Alibaba Cloud CDN point of presence (POP).
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "55ADD936-763F-5E1A-BF54-2EA3F6E94A52",
"IpInfoList": [
{
"IpAddress": "111.XXX.XXX.230",
"IspName": "移动",
"Country": "中国",
"Province": "北京市",
"City": "北京市",
"CdnIp": "true"
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvaildBatchIp.LengthTooLong | The batchIp parameter is too long | |
| 403 | InvaildParameter | The parameter you provided is invalid. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.