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.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
dds:RenewDBInstance | Write |
|
| 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
Examples
Sample success responses
JSON
format
{
"RequestId": "B118EF45-9633-4EE3-8405-42ED4373721B",
"OrderId": "203317xxxxxxxx"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | TokenServiceError | Request token is duplicated. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
2024-01-31 | The Error code has changed. The request parameters of the API has changed | see changesets | ||||||||
| ||||||||||
2024-01-12 | The Error code has changed | see changesets | ||||||||
|