Domain name for API request: ssl.tencentcloudapi.com.
This API is used to get certificate operation logs in the current account.
A maximum of 10 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: DescribeCertificateOperateLogs. |
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. |
Offset | No | Integer | Offset. The default value is 0. |
Limit | No | Integer | Number of requested logs. The default value is 20. |
StartTime | No | Timestamp | Start time. The default value is 15 days ago. |
EndTime | No | Timestamp | End time. The default value is the current time. |
Parameter Name | Type | Description |
---|---|---|
AllTotal | Integer | Total number of logs that meet query conditions |
TotalCount | Integer | Number of logs returned for this request |
OperateLogs | Array of OperationLog | Certificate operation log list Note: this field may return null, indicating that no valid values can be obtained. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ssl.tencentcloudapi.com/?Action=DescribeCertificateOperateLogs
&Limit=5
&<Common request parameters>
{
"Response": {
"AllTotal": 31,
"TotalCount": 5,
"OperateLogs": [
{
"Action": "User [uin: 1234567890] applies for certificate [id: ABC1abc1]",
"CreatedOn": "2020-01-14 15:46:38"
},
{
"Action": "User [uin: 1234567890] applies for certificate [id: ABC1abc1]",
"CreatedOn": "2020-01-14 15:45:45"
},
{
"Action": "User [uin: 1234567890] applies for certificate [id: ABC1abc1]",
"CreatedOn": "2020-01-14 14:52:19"
},
{
"Action": "User [uin: 1234567890] applies for certificate [id: ABC1abc1]",
"CreatedOn": "2020-01-14 14:50:52"
},
{
"Action": "User [uin: 1234567890] applies for certificate [id: ABC1abc1]",
"CreatedOn": "2020-01-14 14:50:21"
}
],
"RequestId": "9b397ac6-7d01-4fbc-8acc-52dd6ff0877b"
}
}
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.AuthError | You do not have permission to perform this operation. |
FailedOperation.InvalidParam | Incorrect parameters. |
FailedOperation.NoProjectPermission | You do not have the permission to operate on this project. |
FailedOperation.NoRealNameAuth | You have not completed the identity verification. |
InternalError | Internal error. |
本页内容是否解决了您的问题?