tencent cloud

文档反馈

ModifyBaseBackupExpireTime

最后更新时间:2023-10-13 09:42:56

    1. API Description

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

    This API is used to modify the specified expiration time of a full 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 Base backup ID
    NewExpireTime Yes String New expiration time

    3. Output Parameters

    Parameter Name Type Description
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Modifying the expiration time of a full backup

    u200cThis example shows you how to modify the expiration time to "2023-02-18 23:59:59" for the full 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
    ResourceNotFound.InstanceNotFoundError The instance does not exist.