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. | China-Guizhou-guiyang |
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. | Telecom |
Examples
Success response
JSON format
{
"RequestId": "1B1D0EE7-9559-489D-BC4E-279495EB8FB8",
"RegionEname": "China-Guizhou-guiyang",
"Region": "China-Guizhou-guiyang",
"IspEname": "Telecom",
"DcdnIp": "True",
"ISP": "Telecom"
}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.