All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnIpInfo

Last Updated:Apr 11, 2024

Queries whether an IP address belongs to a POP.

Operation description

Note You can call this operation up to 50 times per second per account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IPstringYes

The IP address. You can specify only one IP address.

10.10.10.10

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

1B1D0EE7-9559-489D-BC4E-279495EB8FB8
RegionEnamestring

The English name of the region.

China-Guizhou-guiyang
Regionstring

The Chinese name of the region.

> The maximum number of times that users can call this operation per second is 50.
IspEnamestring

The name of the Internet service provider (ISP).

telecom
DcdnIpstring

Indicates whether the specified IP address is assigned to an Alibaba Cloud DCDN POP.

  • True
  • False
True
ISPstring

The ISP to which the specified IP address belongs.

China Telecom

Examples

Sample success responses

JSONformat

{
  "RequestId": "1B1D0EE7-9559-489D-BC4E-279495EB8FB8",
  "RegionEname": "China-Guizhou-guiyang",
  "Region": ">  The maximum number of times that users can call this operation per second is 50.\n",
  "IspEname": "telecom",
  "DcdnIp": "True",
  "ISP": "China Telecom\n"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history