All Products
Search
Document Center

AnalyticDB for MySQL:ModifyAutoRenewAttribute

Last Updated:Mar 15, 2024

Modifies the auto-renewal status of a subscription AnalyticDB for MySQL cluster.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DBClusterIdstringYes

The ID of the AnalyticDB for MySQL Data Warehouse Edition (V3.0) cluster.

Note You can call the DescribeDBClusters operation to query the IDs of all AnalyticDB for MySQL Data Warehouse Edition (V3.0) clusters within a region.
am-bp1u389j9zjh5****
RegionIdstringYes

The region ID of the cluster.

Note You can call the DescribeRegions operation to query the most recent region list.
cn-hangzhou
RenewalStatusstringNo

The renewal status of the cluster. Valid values:

  • AutoRenewal: The cluster is automatically renewed.
  • Normal: The cluster is manually renewed.
  • NotRenewal: The cluster is not renewed.
AutoRenewal
DurationstringNo

The renewal duration. Default value: 1.

  • Valid values when PeriodUnit is set to Month: 1 to 11. Data type: INTEGER.
  • Valid values when PeriodUnit is set to Year: 1, 2, 3, and 5. Data type: INTEGER.
Note Longer subscription durations offer more savings. Purchasing a cluster for one year is more cost-effective than purchasing the cluster for 10 or 11 months.
1
PeriodUnitstringNo

The unit of the renewal period. Default value: Month. Valid values:

  • Year
  • Month
Year

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

4CE6DF97-AEA4-484F-906F-C407EE3770EB

Examples

Sample success responses

JSONformat

{
  "RequestId": "4CE6DF97-AEA4-484F-906F-C407EE3770EB"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history