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.
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 |
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. |
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".
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"
}
{
"Response": {
"RequestId": "be3bafde-f34e-4fda-9f40-04c5515e2148"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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. |
Was this page helpful?