Checks the CNAME resolution of accelerated domain names to determine whether CNAME configuration is complete.
Operation description
Single user call frequency: 80 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnDomainCname |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The accelerated domain names. Separate multiple domain names with commas (,). You can specify up to 30 domain names in a single query. |
example.com,example.org |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
15C66C7B-671A-4297-9187-2C4477247A74 |
| CnameDatas |
object |
||
| Data |
array<object> |
The CNAME information. |
|
|
object |
|||
| Status |
integer |
The CNAME configuration status. A value of
|
0 |
| Domain |
string |
The accelerated domain name. |
.example.com |
| Cname |
string |
The CNAME assigned to the domain name by Alibaba Cloud DCDN. |
a.com.w.alikunlun.net |
| Passed |
string |
Specifies whether the CNAME passed the DNS resolution check. Valid values:
|
true |
| ErrMsg |
string |
The error message returned if the CNAME check fails or times out. |
timeout |
Examples
Success response
JSON format
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"CnameDatas": {
"Data": [
{
"Status": 0,
"Domain": ".example.com",
"Cname": "a.com.w.alikunlun.net",
"Passed": "true",
"ErrMsg": "timeout"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.