Changes the billing method for a Tair instance between subscription and pay-as-you-go.
Operation description
Before you call this operation, ensure you understand the billing implications and usage notes. For more information, see:
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
kvstore:TransformInstanceChargeType |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. You can call the DescribeInstances operation to query instance IDs. |
r-bp1zxszhcgatnx**** |
| Period |
integer |
No |
The subscription duration, in months. Valid values: 1 to 9, 12, 24, and 36. Note
This parameter is available and required only when the ChargeType parameter is set to PrePaid. |
1 |
| AutoPay |
boolean |
No |
Specifies whether to enable automatic payment. Valid values:
|
true |
| ChargeType |
string |
Yes |
The target billing method. Valid values:
|
PrePaid |
| AutoRenew |
string |
No |
Specifies whether to enable auto-renewal for the instance. Valid values:
Valid values:
|
false |
| AutoRenewPeriod |
integer |
No |
The auto-renewal period, in months. Valid values: 1, 2, 3, 6, and 12. Note
This parameter is required when the AutoRenew parameter is set to true. |
1 |
| CouponNo |
string |
No |
The coupon ID. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| EndTime |
string |
The expiration time of the instance. Note
This parameter is returned only when you change the billing method of an instance from pay-as-you-go to subscription. |
2021-05-13T00:00:00Z |
| RequestId |
string |
The request ID. |
82C791FB-8979-489E-853D-706D7743**** |
| OrderId |
string |
The order ID. |
20881824000**** |
Examples
Success response
JSON format
{
"EndTime": "2021-05-13T00:00:00Z",
"RequestId": "82C791FB-8979-489E-853D-706D7743****",
"OrderId": "20881824000****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissingParameter | Period is mandatory for this action. | |
| 400 | InvalidParam | Period is invalid | |
| 400 | ResourceNotAvailable | Resource you requested is not available for finance user. | |
| 400 | InsufficientBalance | Your account does not have enough balance. | |
| 400 | Order.LatestOrderIsHanding | Latest order is handing, please retry later. | |
| 403 | RealNameAuthenticationError | Your account has not passed the real-name authentication yet. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.