All Products
Search
Document Center

ApsaraDB for MongoDB:ModifyInstanceAutoRenewalAttribute

Last Updated:Apr 01, 2024

Enables or disables auto-renewal for an ApsaraDB for MongoDB instance.

Operation description

Before you call this operation, make sure that you fully understand the billing methods and pricing .

This operation is applicable to subscription instances.

Note When auto-renewal is enabled, your payment will be collected nine days before the expiration date of ApsaraDB for MongoDB. Ensure that your account has sufficient balance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
dds:ModifyInstanceAutoRenewalAttributeWRITE
  • DBInstance
    acs:dds:{#regionId}:{#accountId}:dbinstance/{#dbInstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the instance. You can call the DescribeDBInstanceAttribute operation to query the region ID of the instance.

cn-hangzhou
DBInstanceIdstringYes

The ID of the instance.

dds-bp15da1923e3****
DurationstringNo

The auto-renewal period. Valid values: 1 to 12. Unit: month.

Note This parameter is valid only when AutoRenew is set to true.
1
AutoRenewstringYes

Specifies whether to enable auto-renewal. Valid values:

  • true
  • false
Note If this parameter is set to true, you must set the Duration parameter.
true

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

EFD65226-08CC-4C4D-B6A4-CB3C382F67B0

Examples

Sample success responses

JSONformat

{
  "RequestId": "EFD65226-08CC-4C4D-B6A4-CB3C382F67B0"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidDbInstanceId.NotFoundSpecified instance does not exist.Instance not found. Refresh the page to check whether the instance has been released.
400InvalidDbInstanceIdInvalidInstance dbInstanceId is invalid.-
400InstanceAutoRenewInvalidInstance auto renewal is invalid.-
400InstanceChargeTypeInvalidInstance charge type is invalid.-
400InvalidDuration.InvalidInstance duration is invalid.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-10-09The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change