Mengkueri status alamat IP point of presence (POP). Status alamat IP POP menunjukkan apakah akselerasi pengiriman konten didukung oleh POP tersebut.
Deskripsi operasi
Each account can call this operation up to 50 times per second.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeIpStatus |
none |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Ips |
string |
Yes |
Alamat IP yang ingin Anda kueri. Pisahkan alamat IP dengan garis bawah (_), seperti Ips=ip1_ip2. |
ip1_ip2 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
F61CDR30-E83C-4FDA-BF73-9A94CDD44229 |
| IpStatus |
array<object> |
The status of the IP addresses of the POPs. |
|
|
object |
|||
| ip |
string |
The IP address of the POP. |
10.10.10.10 |
| status |
string |
The status.
|
abnormal |
Contoh
Respons sukses
JSONformat
{
"RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229",
"IpStatus": [
{
"ip": "10.10.10.10",
"status": "abnormal"
}
]
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidArgIps.Malformed | The specified ips is invalid. | |
| 400 | InvalidArgIps.IpCanNotFound | The ips can not found. | The input parameter is not found in the system and is not the IP address of Alibaba Cloud CDN. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.