tencent cloud

Feedback

DescribeDBs

Last updated: 2023-09-18 11:41:45

1. API Description

Domain name for API request: sqlserver.tencentcloudapi.com.

This API is used to query the list of databases

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: DescribeDBs.
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.
InstanceIdSet.N Yes Array of String Instance ID
Limit No Integer Number of results per page. Value range: 1-100. Default value: 20
Offset No Integer Page number. Default value: 0
Name No String Database name
OrderByType No String Sorting rule. Valid values: desc (descending order), asc (ascending order). Default value: desc.
Encryption No String TDE status. Valid values: enable (enabled), disable (disabled).

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Number of databases
DBInstances Array of InstanceDBDetail List of instance databases
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Querying the list of databases

This example shows you how to query the list of databases.

Input Example

POST / HTTP/1.1
Host: sqlserver.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDBs
<Common request parameters>

{
    "InstanceIdSet": [
        "mssql-njj2mtpl"
    ]
}

Output Example

{
    "Response": {
        "RequestId": "5062de55-d048-4d3b-92f9-b98b6f244360",
        "TotalCount": 1,
        "DBInstances": [
            {
                "InstanceId": "mssql-632eyp63",
                "DBDetails": [
                    {
                        "Name": "ceshi1",
                        "Charset": "Chinese_PRC_CI_AS",
                        "Remark": "Testdb1",
                        "CreateTime": "2018-07-02 20:12:24",
                        "Status": 2,
                        "Accounts": [
                            {
                                "UserName": "victorwind",
                                "Privilege": "ReadWrite"
                            }
                        ],
                        "InternalStatus": "ONLINE"
                    }
                ]
            }
        ]
    }
}

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.DBError Database error.
FailedOperation.GcsError The operation failed or the network timed out.
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.
Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support