Menanyakan status alamat IP dari points of presence (POPs). Status alamat IP suatu POP menunjukkan apakah POP tersebut mendukung akselerasi pengiriman konten.
Deskripsi operasi
Anda dapat memanggil operasi ini hingga 50 kali per detik per akun.
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 tanyakan. Pisahkan alamat IP dengan garis bawah (_), misalnya Ips=ip1_ip2. |
ip1_ip2 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
F61CDR30-E83C-4FDA-BF73-9A94CDD44229 |
| IpStatus |
array<object> |
Status alamat IP dari POPs. |
|
|
object |
|||
| ip |
string |
Alamat IP dari POP. |
10.10.10.10 |
| status |
string |
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.