tencent cloud

该页面目前只支持英文,你浏览的语言正在准备中。
关闭
全部产品文档
云数据库 PostgreSQL
DescribeBaseBackups
最后更新时间:2024-06-17 14:26:35
DescribeBaseBackups
最后更新时间: 2024-06-17 14:26:35

1. API Description

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

This API is used to query the list of data backups.

A maximum of 1000 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: DescribeBaseBackups.
Version Yes String Common Params. The value used for this API: 2017-03-12.
Region No String Common Params. This parameter is not required for this API.
MinFinishTime No String Minimum end time of a backup in the format of 2018-01-01 00:00:00. It is 7 days ago by default.
MaxFinishTime No String Maximum end time of a backup in the format of 2018-01-01 00:00:00. It is the current time by default.
Filters.N No Array of Filter Filter instances by using one or more filters. Valid values: db-instance-idFilter (filter by instance ID in string), db-instance-name (filter by instance name in string), db-instance-ip (filter by instance VPC IP address in string), base-backup-id (filter by backup set ID in string),
Limit No Integer The maximum number of results returned per page. Value range: 1-100. Default: 10
Offset No Integer Data offset, which starts from 0.
OrderBy No String Sorting field. Valid values: StartTime, FinishTime, Size.
OrderByType No String Sorting order. Valid values: asc (ascending), desc (descending).

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Number of queried data backups.
BaseBackupSet Array of BaseBackup Detailed data backup information list.
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 Querying the List of Data Backups

This example shows you how to query the latest data backup set record.

Input Example

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

{
    "Limit": 1,
    "Offset": 0,
    "OrderBy": "FinishTime",
    "OrderByType": "desc"
}

Output Example

{
    "Response": {
        "BaseBackupSet": [
            {
                "BackupMethod": "physical",
                "BackupMode": "manual",
                "DBInstanceId": "postgres-9n26zs6n",
                "ExpireTime": "2023-02-18 23:59:59",
                "FinishTime": "2023-02-15 19:09:36",
                "Id": "88d3a71e-b822-5728-9d41-d8cfc0d0556e",
                "Name": "manual-20230215190924.tar.gz",
                "Size": 39845888,
                "StartTime": "2023-02-15 19:09:24",
                "State": "finished"
            }
        ],
        "RequestId": "3f164712-8746-464f-a490-3084a470000e",
        "TotalCount": 10
    }
}

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.DatabaseAccessError Failed to access database management service. Please try again later. If the problem persists, please contact customer service.
FailedOperation.FailedOperationError Operation failed. Please try again later.
InvalidParameterValue.InvalidParameterValueError Incorrect parameter value
OperationDenied.CamDeniedError This operation cannot be performed.
本页内容是否解决了您的问题?
您也可以 联系销售 提交工单 以寻求帮助。

文档反馈

联系我们

联系我们,为您的业务提供专属服务。

技术支持

如果你想寻求进一步的帮助,通过工单与我们进行联络。我们提供7x24的工单服务。

7x24 电话支持
中国香港
+852 800 906 020 (免费)
美国
+1 844 606 0804 (免费)
英国
+44 808 196 4551 (免费)
加拿大
+1 888 605 7930 (免费)
澳大利亚
+61 1300 986 386 (免费)
EdgeOne 热线
+852 300 80699
更多本地服务热线陆续新增中