调用 ModifyDBInstanceChargeType 接口修改实例计费类型。
异步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
InstanceId | String | 是 | postgres-21a3333b**** | 实例 ID。 |
ChargeType | String | 是 | PrePaid | 付费类型。取值为 说明 仅支持将按量计费类型的实例转为包年包月类型的实例。 |
AutoRenew | Boolean | 否 | true | 预付费场景下是否自动续费。
|
PeriodUnit | String | 否 | Month | 预付费场景下的购买周期。
|
Period | Integer | 否 | 1 | 预付费场景下的购买时长。默认值:1。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
InstanceId | String | postgres-21a3333b**** | 实例 ID。 |
OrderNO | String | Order709899242175681**** | 订单 ID。 |
POST /?Action=ModifyDBInstanceChargeType&Version=2022-01-01 HTTP/1.1 Content-Type: application/json Host: rds.volcengineapi.com X-Date: 20231002T101010Z Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_postgresql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458**** { "InstanceId": "postgres-ca7b7019****", "ChargeType": "PrePaid", "PeriodUnit": "Month", "AutoRenew": false }
{ "ResponseMetadata": { "RequestId": "20230802104119518A5717C82679D86E18", "Action": "ModifyDBInstanceChargeType", "Version": "2022-01-01", "Service": "rds_postgresql", "Region": "cn-beijing" }, "Result": { "InstanceId": "postgres-ca7b7019****", "OrderNO": "Order726254891288237****" } }