Domain name for API request: cbs.tencentcloudapi.com.
This API (DescribeDiskOperationLogs) is used to query a list of cloud disk operation logs.
This can be filtered according to the cloud disk ID. The format of cloud disk IDs is as follows: disk-a1kmcp13.
A maximum of 1 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.
This document describes the parameters for Signature V1. It's recommended to use the V3 signature, which provides higher security. Note that for Signature V3, the common parameters need to be placed in the HTTP Header. See details.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DescribeDiskOperationLogs. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
Filters.N | Yes | Array of Filter | Filter conditions. The following conditions are supported: |
BeginTime | No | Timestamp | The start time of the operation logs to be queried, for example: '2019-11-22 00:00:00" |
EndTime | No | Timestamp | The end time of the operation logs to be queried, for example: '2019-11-22 23:59:59" |
Parameter Name | Type | Description |
---|---|---|
DiskOperationLogSet | Array of DiskOperationLog | List of cloud disk operation logs. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cbs.tencentcloudapi.com/?Action=DescribeDiskOperationLogs
&Filters.0.Name=disk-id
&Filters.0.Values.0=disk-ou4acu4i
&<common request parameters>
{
"Response": {
"RequestId": "xx",
"DiskOperationLogSet": [
{
"OperationState": "xx",
"StartTime": "xx",
"Operator": "xx",
"Operation": "xx",
"EndTime": "xx",
"DiskId": "xx"
}
]
}
}
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 |
---|---|
InternalError.ComponentError | Dependent component request failed. Please contact customer service. |
InvalidDiskId.NotFound | The ‘DiskId’ entered does not exist. |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.LimitExceeded | Number of parameter values exceeds the limit. |
MissingParameter | Missing parameter. |
Was this page helpful?