Enables or disables auto-renewal for an ApsaraDB for Redis instance.
Operation description
Note
Auto-renewal is triggered seven days before the expiration date of the instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBInstanceId | string | Yes | The ID of the instance. Separate multiple instance IDs with commas (,). Note
You can specify up to 30 instance IDs.
| r-bp1zxszhcgatnx**** |
Duration | string | No | The auto-renewal period. Valid values: 1 to 12. Unit: months. When the instance is about to expire, the instance is automatically renewed based on the number of months specified by this parameter. Note
This parameter is available and required only if the AutoRenew parameter is set to true.
| 3 |
AutoRenew | string | No | Specifies whether to enable auto-renewal. Valid values:
Note
The default value is false.
| true |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "52D901ED-E0A5-42FB-B9DB-39C295C3****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-03-02 | The internal configuration of the API is changed, but the call is not affected | View Change Details |