Domain name for API request: postgres.tencentcloudapi.com.
This API is used to switch the instance billing mode from pay-as-you-go to monthly subscription.
A maximum of 20 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: ModifyDBInstanceChargeType. |
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 in the format of postgres-6fego161 |
InstanceChargeType | Yes | String | Instance billing mode. Valid values:PREPAID : Monthly subscription.POSTPAID_BY_HOUR : Pay-as-you-go.Default value: PREPAID . |
Period | Yes | Integer | Validity period in months1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 24 , 36 .1 . |
AutoRenewFlag | No | Integer | Auto-renewal flag. Valid values:0 : Manual renewal.1 : Automatic renewal.Default value: 0 . |
AutoVoucher | No | Integer | Whether to use vouchers automatically. Valid values:0 : No.1 : Yes.Default value: 0 . |
Parameter Name | Type | Description |
---|---|---|
DealName | String | Order name |
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. |
postgres-apzvwncr
This example shows you how to modify the billing mode to monthly subscription for the instance postgres-apzvwncr
.
POST / HTTP/1.1Host: postgres.tencentcloudapi.comContent-Type: application/jsonX-TC-Action: ModifyDBInstanceChargeType<common request parameters>{ "DBInstanceId": "postgres-apzvwncr", "InstanceChargeType": "PREPAID", "AutoRenewFlag": 0, "AutoVoucher": 0, "Period": 1}
{ "Response": { "RequestId": "08fdf411-5d39-44f2-8e1d-a58ee60b237d", "DealName": 201806181256" }}
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.DatabaseAccessError | Failed to access database management service. Please try again later. If the problem persists, please contact customer service. |
FailedOperation.DatabaseAffectedError | Data operation failed. Please contact customer service. |
FailedOperation.FailedOperationError | Operation failed. Please try again later. |
InvalidParameter.ParameterCheckError | Failed to check the parameter. |
InvalidParameterValue.InvalidParameterValueError | Incorrect parameter value |
InvalidParameterValue.ParameterHandleError | Failed to process the parameter. Please check if the parameter value is valid. |
OperationDenied.CamDeniedError | This operation cannot be performed. |
OperationDenied.InstanceStatusLimitError | This operation cannot be performed on an instance in this status. |
Was this page helpful?