Call DescribeDcdnIpaDomainCidr to query the back-to-origin IP address blocks for an accelerated domain name in IP Application Accelerator (IPA). This API operation requires access permissions. To use this operation, submit a ticket.
Operation description
The call frequency is limited to 50 calls per second globally and 10 calls per second for a single user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnIpaDomainCidr |
none |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The accelerated domain name. You can specify only one domain name. |
example.com |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
| Cidr |
array |
A list of back-to-origin IP address blocks for the domain name. The IP address blocks are in CIDR format and include both IPv4 and IPv6 addresses. |
["1.1.1.0/24","2.2.2.0/24","1111:2222:3333:4444:5555:0:0:0/80"] |
|
string |
The IP address block. |
1.1.1.0/24 |
Examples
Success response
JSON format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"Cidr": [
"1.1.1.0/24"
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDomain.NotFound | The 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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.