Domain name for API request: ssl.intl.tencentcloudapi.com.
This API is used to query the deployment record details of certificate update records (certificate ID unchanged).
A maximum of 20 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 Params. The value used for this API: DescribeHostUploadUpdateRecordDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2019-12-05. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| DeployRecordId | Yes | Integer | Hosting record ID. |
| Limit | No | Integer | Number of items per page. default is 10, maximum is 200. exceeds 200 will be set to 200. |
| Offset | No | Integer | Offset. Default value: 0. |
| Parameter Name | Type | Description |
|---|---|---|
| DeployRecordDetail | Array of DeployRecord | Hosting record detail list. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: ssl.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeHostUploadUpdateRecordDetail
<Common request parameters>
{
"DeployRecordId": "2",
"Limit": "15",
"Offset": "0"
}{
"Response": {
"DeployRecordDetail": [
{
"TotalCount": 1,
"SuccessTotalCount": 1,
"FailedTotalCount": 0,
"RunningTotalCount": 0,
"RecordDetailList": [
{
"ResourceType": "clb",
"List": [
{
"Id": 57,
"OldCertId": "OMhKAc35",
"Status": 1,
"ErrorMsg": "",
"CreateTime": "2025-05-20T07:03:17.000000Z",
"UpdateTime": "2025-05-20T07:05:43.000000Z",
"InstanceId": "lb-9crou4ha",
"InstanceName": "lb-677209fa-qP3T",
"ListenerId": "lbl-dlu2mqpu",
"ListenerName": "tencent",
"Domains": [
"tencent.com,www.tencent.online,www.qq.com"
],
"Protocol": "HTTPS",
"SniSwitch": 0,
"Forward": 1,
"SSLMode": "UNIDIRECTIONAL",
"ResourceType": "clb",
"Region": "ap-guangzhou",
"Bucket": "",
"Namespace": "",
"SecretName": "",
"Port": 0
}
],
"TotalCount": 1
}
],
"Type": 0,
"Status": 1,
"CreateTime": "2025-05-20 15:03:17"
},
{
"TotalCount": 1,
"SuccessTotalCount": 1,
"FailedTotalCount": 0,
"RunningTotalCount": 0,
"RecordDetailList": [
{
"ResourceType": "clb",
"List": [
{
"Id": 85,
"OldCertId": "OMhKAc35",
"Status": 1,
"ErrorMsg": "",
"CreateTime": "2025-05-20T07:18:58.000000Z",
"UpdateTime": "2025-05-20T07:23:17.000000Z",
"InstanceId": "lb-9crou4ha",
"InstanceName": "lb-677209fa-qP3T",
"ListenerId": "lbl-dlu2mqpu",
"ListenerName": "tencent",
"Domains": [
"tencent.com,www.tencent.online,www.qq.com"
],
"Protocol": "HTTPS",
"SniSwitch": 0,
"Forward": 1,
"SSLMode": "UNIDIRECTIONAL",
"ResourceType": "clb",
"Region": "ap-guangzhou",
"Bucket": "",
"Namespace": "",
"SecretName": "",
"Port": 0
}
],
"TotalCount": 1
}
],
"Type": 1,
"Status": 4,
"CreateTime": "2025-05-20 15:18:58"
}
],
"RequestId": "79b4dae4-51a7-4345-9b2b-0c6a29f69291"
}
}
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 | Operation failed. |
| FailedOperation.InvalidParam | Incorrect parameters. |
| InternalError | Internal error. |
| InvalidParameter | The parameter is incorrect. |
Feedback