tencent cloud

Feedback

DescribeSlowlogs

Last updated: 2024-11-06 16:40:06

    1. API Description

    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.

    We recommend you to use API Explorer
    Try it
    API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

    2. Input Parameters

    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

    3. Output Parameters

    Parameter Name Type Description
    TotalCount Integer Total number of queries
    SlowLogs Array of SlowLog
    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.

    4. Example

    Example1 Getting slow logs

    Input Example

    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>
    

    Output Example

    {
        "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%3d******************%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%3d******************%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
        }
    }
    

    5. Developer Resources

    SDK

    TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

    Command Line Interface

    6. Error Code

    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.