Call DescribeDcdnIpInfo to check if an IP address belongs to an Alibaba Cloud DCDN node.
Operation description
The throttling limit for a single user is 50 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnIpInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| IP |
string |
Yes |
The IP address to check. Only a single IP address is supported. |
10.XXX.XXX.10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
1B1D0EE7-9559-489D-BC4E-279495EB8FB8 |
| RegionEname |
string |
The English name of the region where the node is located. |
China-Guizhou-guiyang |
| Region |
string |
The name of the region where the node is located. |
中国-贵州省-贵阳市 |
| IspEname |
string |
The English name of the Internet Service Provider (ISP). |
telecom |
| DcdnIp |
string |
Indicates whether the IP address belongs to an Alibaba Cloud DCDN node.
|
True |
| ISP |
string |
The name of the ISP. |
电信 |
Examples
Success response
JSON format
{
"RequestId": "1B1D0EE7-9559-489D-BC4E-279495EB8FB8",
"RegionEname": "China-Guizhou-guiyang",
"Region": "中国-贵州省-贵阳市",
"IspEname": "telecom",
"DcdnIp": "True",
"ISP": "电信"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidIP.ValueNotSupported | The specified value of parameter IP is not supported. | The format of the IP address is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.