Queries the status of IP addresses of points of presence (POPs). The status of an IP address of a POP indicates whether content delivery acceleration is supported by the POP.
Operation description
Each account can call this operation up to 50 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeIpStatus |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Ips |
string |
Yes |
The IP addresses that you want to query. Separate IP addresses with underscores (_), such as Ips=ip1_ip2. |
ip1_ip2 |
Response elements
|
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 |
Examples
Success response
JSON format
{
"RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229",
"IpStatus": [
{
"ip": "10.10.10.10",
"status": "abnormal"
}
]
}
Error codes
|
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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.