Checks whether a specified IP address belongs to an Alibaba Cloud point of presence (POP).
Operation description
QPS limit
You can call this operation up to 30 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveIpInfo |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| IP |
string |
Yes |
The IP address that you want to check. You can specify only one IP address in each call. |
192.168.0.1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| IspEname |
string |
The English name of the Internet service provider (ISP). |
telecom |
| RequestId |
string |
The request ID. |
1B1D0EE7-9559-489D-BC4E-279495EB8FB8 |
| RegionEname |
string |
The English name of the IP region. |
China-Guizhou-guiyang |
| ISP |
string |
The Chinese name of the ISP. |
电信 |
| Region |
string |
The Chinese name of the IP region. |
中国-贵州省-贵阳市 |
Examples
Success response
JSON format
{
"IspEname": "telecom",
"RequestId": "1B1D0EE7-9559-489D-BC4E-279495EB8FB8",
"RegionEname": "China-Guizhou-guiyang",
"ISP": "电信",
"Region": "中国-贵州省-贵阳市"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | CdnIP.NotFound | Cannot find this ip in alicdn |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.