Checks whether a specified IP address is the IP address of a CDN point of presence (POP).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeIpInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| IP |
string |
Yes |
The IP address. You can specify only one IP address. |
192.168.0.1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| CdnIp |
string |
Indicates whether the IP address belongs to an Alibaba Cloud CDN POP.
|
True |
| RequestId |
string |
The ID of the request. |
123847FA-9A00-4426-83B8-B4B45D475930 |
| RegionEname |
string |
The name of the region. |
China-Guizhou-guiyang |
| Region |
string |
The name of the region in Chinese. |
China-Guizhou-Guiyang |
| IspEname |
string |
The name of the ISP. |
telecom |
| ISP |
string |
The name of the ISP in Chinese. |
China Telecom |
Examples
Success response
JSON format
{
"CdnIp": "True",
"RequestId": "123847FA-9A00-4426-83B8-B4B45D475930",
"RegionEname": "China-Guizhou-guiyang",
"Region": "China-Guizhou-Guiyang",
"IspEname": "telecom",
"ISP": "China Telecom"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidIP.ValueNotSupported | The specified value of parameter IP is not supported. | Illegal IP parameters |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.