Invokes DescribeIpInfo to authenticate whether a specified IP address is a Content Delivery Network (CDN) point of presence IP address.
Operation description
Single-user call frequency: 50 calls per second.
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 to query. Batch queries are not supported. |
192.168.0.1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| CdnIp |
string |
Indicates whether the IP address is a Content Delivery Network (CDN) point of presence IP address.
|
True |
| RequestId |
string |
The request ID. |
123847FA-9A00-4426-83B8-B4B45D475930 |
| RegionEname |
string |
The English name of the region to which the IP address belongs. |
China-Guizhou-guiyang |
| Region |
string |
The Chinese name of the region to which the IP address belongs. |
中国-贵州省-贵阳市 |
| IspEname |
string |
The English name of the Internet service provider (ISP) to which the IP address belongs. |
telecom |
| ISP |
string |
The Chinese name of the ISP to which the IP address belongs. |
电信 |
Examples
Success response
JSON format
{
"CdnIp": "True",
"RequestId": "123847FA-9A00-4426-83B8-B4B45D475930",
"RegionEname": "China-Guizhou-guiyang",
"Region": "中国-贵州省-贵阳市",
"IspEname": "telecom",
"ISP": "电信"
}
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.