Manually renews an ApsaraDB for MongoDB subscription instance.
Operation description
Make sure that you fully understand the billing methods and pricing of ApsaraDB for MongoDB before you call this operation. For more information about the pricing of ApsaraDB for MongoDB, visit the pricing tab of the product buy page.
This operation is only applicable to instances that use the subscription billing method.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dds:RenewDBInstance |
update |
*Instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. |
ETnLKlblzczshOTUbOCzxxxxxxxxxx |
| DBInstanceId |
string |
Yes |
The instance ID. |
dds-bpxxxxxxxx |
| Period |
integer |
Yes |
The subscription period of the instance. Unit: month. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, and 36. |
1 |
| AutoPay |
boolean |
No |
Specifies whether to enable automatic payment. Valid values:
Default value: true. |
true |
| BusinessInfo |
string |
No |
The business information. |
{“ActivityId":"000000000"} |
| CouponNo |
string |
No |
Specifies whether to use coupons. Default value: null. Valid values:
|
1111111111111111 |
| AutoRenew |
boolean |
No |
Specifies whether to enable auto-renewal. Valid values:
Default value: false. |
true |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
B118EF45-9633-4EE3-8405-42ED4373721B |
| OrderId |
string |
The ID of the order. |
203317xxxxxxxx |
Examples
Success response
JSON format
{
"RequestId": "B118EF45-9633-4EE3-8405-42ED4373721B",
"OrderId": "203317xxxxxxxx"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | TokenServiceError | Request token is duplicated. | |
| 403 | ClassicNetworkNotSupport | Classic network has not been supported, try to use VPC. | The current operation does not support classic network instances, please use VPC network. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.