Enables one or more accelerated domain names. After the specified accelerated domain names are enabled, the value of the DomainStatus parameter for the domain names changes to Online.
- If an accelerated domain is in an invalid state or your account has an overdue payment, the accelerated domain cannot be enabled.
- The maximum number of domain names configured at a time is 50.
- The maximum number of times that each user can call this operation per second is 30.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | BatchStartDcdnDomain |
The operation that you want to perform. Set the value to BatchStartDcdnDomain. |
DomainNames | String | Yes | example.com |
The accelerated domain name. If you need to specify multiple accelerated domain names, separate them with commas (,). |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 0AEDAF20-4DDF-4165-8750-47FF9C1929C9 |
The ID of the request. |
Examples
Sample requests
http://dcdn.aliyuncs.com/?Action=BatchStartDcdnDomain
&DomainNames=example.com
&<Common request parameters>
Sample success responses
XML
format
<BatchStartDcdnDomainResponse>
<RequestId>0AEDAF20-4DDF-4165-8750-47FF9C1929C9</RequestId>
</BatchStartDcdnDomainResponse>
JSON
format
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | RecordCheckNotAvailable | The ICP filing interface is unavailable. Please try again later. | The error message returned because the operation for Internet Content Provider (ICP) filing is unavailable. Try again later. |
400 | IcpBlack | The domain is on the ICP blacklist. | The error message returned because the domain name is included in the ICP filing blacklist of the Ministry of Industry and Information Technology (MIIT). |
400 | IspBlack | The domain is on the ISP blacklist. | The error message returned because the domain name is included in the blacklist of Alibaba Cloud. |
For a list of error codes, visit the API Error Center.