Enables a disabled domain name. After the domain name is enabled, the value of the DomainStatus parameter is changed to Online.
Note
- If the domain name is in an invalid state or your have an overdue payment in your account, the domain name cannot be enabled.
- The maximum number of times that each user can call this operation per second is 100.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | StartCdnDomain |
The operation that you want to perform. Set the value to StartCdnDomain. |
DomainName | String | Yes | example.com |
The domain name that you want to enable. You can specify only one domain name. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
The ID of the request. |
Examples
Sample requests
http://cdn.aliyuncs.com?Action=StartCdnDomain
&DomainName=example.com
&<Common request parameters>
Sample success responses
XML
format
<StartCdnDomainResponse>
<RequestId>0AEDAF20-4DDF-4165-8750-47FF9C1929C9</RequestId>
</StartCdnDomainResponse>
JSON
format
{ "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9" }
Error codes
For a list of error codes, visit the API Error Center.