Detects the CNAME for an accelerated domain name. You can check the resolution result to determine whether the CNAME is configured.
Operation description
Note
You can call this operation up to 80 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain name. Separate multiple domain names with commas (,). | example.com,example.org |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74",
"CnameDatas": {
"Data": [
{
"Status": 0,
"Domain": ".example.com",
"Cname": "*.com"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history