Contents:
## 1. API Description
API request domain name: live.tencentcloudapi.com.
This API obtains the domain name certificate information.
Default API request rate limit: 500 requests/second.
2. Request Parameters
The following parameters are required for requesting this API, including action-specific parameters and common parameters. For more information about common parameters for all requests, see Common Request Parameters.
Parameter name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter; the name of this API: DescribeLiveDomainCert |
Version | Yes | String | Common parameter; the version of this API: 2018-08-01 |
Region | No | String | Common parameter; optional for this API |
DomainName | Yes | String | Playback domain name |
3. Output Parameters
Parameter name | Type | Description |
---|---|---|
DomainCertInfo | DomainCertInfo | Certificate information |
RequestId | String | The ID of the request. Each request returns a unique ID. The RequestId is required to troubleshoot issues. |
4. Sample
Request Sample
Input Sample Code
https://live.tencentcloudapi.com/?Action=DescribeLiveDomainCert
&DomainName=5000.livepush.myqcloud.com
&<Common request parameter>
Output Sample Code
{
"Response": {
"DomainCertInfo": {
"CertId": 1000,
"CertName": "testName",
"Description": "testDesc",
"CreateTime": "2018-11-30T15:50:12Z",
"HttpsCrt": "xxx",
"CertType": 0,
"CertExpireTime": "2018-12-30T15:50:12Z",
"DomainName": "5000.livepush.play.com"
},
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
5. Developer Resources
API Explorer
API Explorer is a tool that provides ease of use in requesting APIs, authenticating identities, generating SDK and exploring APIs in Tencent Cloud environment.
6. Error Codes
The following error codes are API business logic-related. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.InvokeVideoApiFail | An exception occurred when operation the VOD API. |
InternalError | Internal error |
InvalidParameter | Parameter error |
InvalidParameterValue | Incorrect parameter value |
MissingParameter | Missing parameter |