Enables a disabled domain name.
Usage note
Call this API to activate the domain name whose status is disabled, and change the DomainStatus to online. If the Alibaba Cloud account to which the domain name belongs has overdue payments or the domain name is invalid, you cannot perform this operation.
QPS limit
A single user can perform a maximum of 30 queries per second (QPS). Throttling is triggered when the number of calls per second exceeds the QPS limit. The throttling may affect your business. Thus, we recommend that you observe the QPS limit on this operation. For more information about what a single user means and the QPS details, see QPS limit on an API operation in ApsaraVideo Live.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | StartLiveDomain |
The operation that you want to perform. Set the value to StartLiveDomain. |
DomainName | String | Yes | demo.aliyundoc.com |
The streaming domain or ingest domain. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 0AEDAF20-4DDF-4165-8750-47FF9C1929C9 |
The ID of the request. |
Examples
Sample requests
http(s)://live.aliyuncs.com/?Action=StartLiveDomain
&DomainName=demo.aliyundoc.com
&<Common request parameters>
Sample success responses
XML
format
<StartLiveDomainResponse>
<RequestId>0AEDAF20-4DDF-4165-8750-47FF9C1929C9</RequestId>
</StartLiveDomainResponse>
JSON
format
{
"StartLiveDomainResponse": {
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
}
Error codes
For a list of error codes, visit the API Error Center.