You can call the DescribeDcdnL2Vips operation to query a list of DCDN back-to-origin IP address segments for a specified domain name. The query returns both IPv4 and IPv6 address segments.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnL2Vips |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
No |
If you specify a single domain name, the operation queries the back-to-origin IP address segments for the whitelisted nodes associated with that domain. If you do not specify a domain name, the operation queries the back-to-origin IP address segments for all whitelisted nodes. |
example.com |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| DomainName |
string |
The accelerated domain name. |
example.com |
| RequestId |
string |
The request ID. |
820E7900-5CA9-4AEF-B0DD-20ED5F64BE55 |
| Vips |
array |
The list of IP address segments. |
|
|
string |
An IP address segment. |
111.XXX.XXX.111/25 |
Examples
Success response
JSON format
{
"DomainName": "example.com",
"RequestId": "820E7900-5CA9-4AEF-B0DD-20ED5F64BE55",
"Vips": [
"111.XXX.XXX.111/25"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.