tencent cloud

ModifyBaseBackupExpireTime
Terakhir diperbarui:2024-06-17 14:26:30
ModifyBaseBackupExpireTime
Terakhir diperbarui: 2024-06-17 14:26:30

1. API Description

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

This API is used to modify the expiration time of a specified data backup for an instance.

A maximum of 100 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: ModifyBaseBackupExpireTime.
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.
DBInstanceId Yes String Instance ID
BaseBackupId Yes String Data Backup ID.
NewExpireTime Yes String New expiration time

3. Output Parameters

Parameter Name Type Description
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 Modifying the Expiration Time of Data Backup

This example shows you how to modify the expiration time to "2023-02-18 23:59:59" for the data backup set "88d3a71e-b822-5728-9d41-d8cfc0d0556e" under the instance "postgres-9n26zs6n".

Input Example

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

{
    "BaseBackupId": "88d3a71e-b822-5728-9d41-d8cfc0d0556e",
    "DBInstanceId": "postgres-9n26zs6n",
    "NewExpireTime": "2023-02-18 23:59:59"
}

Output Example

{
    "Response": {
        "RequestId": "be3bafde-f34e-4fda-9f40-04c5515e2148"
    }
}

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.FailedOperationError Operation failed. Please try again later.
InvalidParameterValue.InvalidParameterValueError Incorrect parameter value
OperationDenied.CamDeniedError This operation cannot be performed.
ResourceNotFound.InstanceNotFoundError The instance does not exist.
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
Ya
Tidak

masukan