Domain name for API request: sqlserver.tencentcloudapi.com.
This API is used to get file information of slow query logs.
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: DescribeSlowlogs. |
Version | Yes | String | Common Params. The value used for this API: 2018-03-28. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
InstanceId | Yes | String | Instance ID in the format of mssql-k8voqdlz |
StartTime | Yes | Timestamp | Start time in the format of yyyy-MM-dd HH:mm:ss |
EndTime | Yes | Timestamp | End time in the format of yyyy-MM-dd HH:mm:ss |
Limit | No | Integer | Number of results per page. Value range: 1-100. Default value: 20 |
Offset | No | Integer | Page number. Default value: 0 |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Total number of queries |
Slowlogs | Array of SlowlogInfo | Information list of slow query logs |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://sqlserver.tencentcloudapi.com/?Action=DescribeSlowlogs
&InstanceId=mssql-9aajrcn7
&StartTime=2018-03-28 00:00:00
&EndTime=2020-11-20 00:00:00
&Limit=20
&Offset=0
&<Common request parameters>
{
"Response": {
"RequestId": "3e166da0-1f64-11eb-98ec-533fb32c3b2c",
"Slowlogs": [
{
"Count": 5,
"EndTime": "2020-11-05 20:17:14",
"ExternalAddr": "https://sqlserver-bucket-gz-1258415541.cos.ap-guangzhou.myqcloud.com/1251966477%2fsqlserver%2fmssql-9aajrcn7%2fslow%2fTRACE_20201105201000.trc?sign=q-sign-algorithm%3dsha1%26q-ak%3dAKIDrRloa5Zdk580Xo9dCWaNE3kU3MQElsiV%26q-sign-time%3d1604580096%3b1604580996%26q-key-time%3d1604580096%3b1604580996%26q-header-list%3d%26q-url-param-list%3d%26q-signature%3d583b4db2ec94fa10e55da9b95e1e3d8943eaa386",
"Id": 30304577,
"InternalAddr": "https://sqlserver-bucket-gz-1258415541.cos.ap-guangzhou.myqcloud.com/1251966477%2fsqlserver%2fmssql-9aajrcn7%2fslow%2fTRACE_20201105201000.trc?sign=q-sign-algorithm%3dsha1%26q-ak%3dAKIDrRloa5Zdk580Xo9dCWaNE3kU3MQElsiV%26q-sign-time%3d1604580096%3b1604580996%26q-key-time%3d1604580096%3b1604580996%26q-header-list%3d%26q-url-param-list%3d%26q-signature%3d583b4db2ec94fa10e55da9b95e1e3d8943eaa386",
"Size": 1024,
"StartTime": "2020-11-05 20:10:05",
"Status": 1
}
],
"TotalCount": 1
}
}
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.GcsError | The operation failed or the network timed out. |
InternalError.CosError | COS API error. |
InternalError.DBError | Database error |
InternalError.GcsError | GCS API error. |
InternalError.SystemError | System error. |
InvalidParameter.InputIllegal | Input error. |
InvalidParameter.ParamsAssertFailed | An error occurred while converting parameter assertion. |
ResourceNotFound.InstanceNotFound | The instance does not exist. |
UnauthorizedOperation.PermissionDenied | CAM authentication error. |
Was this page helpful?