Domain name for API request: live.tencentcloudapi.com.
This API is used to enable a disabled LVB domain name.
A maximum of 100 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: EnableLiveDomain. |
Version | Yes | String | Common parameter. The value used for this API: 2018-08-01. |
Region | No | String | Common parameter. This parameter is not required for this API. |
DomainName | Yes | String | LVB domain name to be enabled. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://live.tencentcloudapi.com/?Action=EnableLiveDomain
&DomainName=www.test.com
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.SdkNoPackage | The user has no valid traffic package. |
InternalError | Internal error. |
InternalError.ConnectDbError | Database connection error. |
InternalError.DBError | DB execution error. |
InvalidParameter.CloudDomainIsStop | The gifted Tencent Cloud domain name has expired. |
ResourceNotFound | The resource is not found. |
ResourceNotFound.InvalidUser | This API is not supported for the user. |
Was this page helpful?