All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnIpaDomainCidr

Last Updated:Oct 17, 2024

Queries the back-to-origin CIDR blocks of IPA-accelerated domain names. If you want to call this API operation, you must submit a ticket to apply for the required permissions.

Operation description

Note This operation can be called globally up to 50 times per second. This operation can be called up to 10 times per second per account.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The accelerated domain name. You can specify only one domain name in each request.

example.com

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

04F0F334-1335-436C-A1D7-6C044FE73368
Cidrstring

The back-to-origin IPv4 and IPv6 CIDR blocks.

["1.1.1.0/24","2.2.2.0/24","1111:2222:3333:4444:5555:0:0:0/80"]

Examples

Sample success responses

JSONformat

{
  "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
  "Cidr": "[\"1.1.1.0/24\",\"2.2.2.0/24\",\"1111:2222:3333:4444:5555:0:0:0/80\"]"
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidDomain.NotFoundThe domain does not exist, or it does not belong to you.The specified domain name does not exist or does not belong to the current account. Check whether the domain name is valid, belongs to the current account, or has expired.

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

Change history

Change timeSummary of changesOperation
2023-08-30The Error code has changed. The response structure of the API has changedView Change Details