Describes the auto-renewal status of a subscription PolarDB cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeAutoRenewAttribute |
list |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. Note
You can call the DescribeRegions operation to query region IDs. |
cn-hangzhou |
| DBClusterIds |
string |
No |
The cluster ID. You can specify multiple cluster IDs. Separate the cluster IDs with commas (,). |
pc-**************** |
| PageSize |
integer |
No |
The number of records on each page. Valid values: 30, 50, and 100. The default value is 30. |
30 |
| PageNumber |
integer |
No |
The page number. The value must be an integer that is greater than 0 and does not exceed the maximum value of the integer data type. The default value is 1. |
1 |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-re********* |
| CloudProvider |
string |
No |
ENS |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Items |
object |
||
| AutoRenewAttribute |
array<object> |
A list of renewal information for the clusters. |
|
|
object |
|||
| AutoRenewEnabled |
boolean |
Indicates whether auto-renewal is enabled.
|
true |
| DBClusterId |
string |
The cluster ID. |
pc-***************** |
| Duration |
integer |
The renewal duration. |
4 |
| PeriodUnit |
string |
The unit of the renewal duration.
|
Month |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| RenewalStatus |
string |
The renewal status. Valid values:
|
AutoRenewal |
| PageNumber |
integer |
The page number. |
1 |
| PageRecordCount |
integer |
The total number of pages in the result set. |
1 |
| RequestId |
string |
The request ID. |
65D7ACE6-4A61-4B6E-B357-8CB24A****** |
| TotalRecordCount |
integer |
The total number of records. |
1 |
Examples
Success response
JSON format
{
"Items": {
"AutoRenewAttribute": [
{
"AutoRenewEnabled": true,
"DBClusterId": "pc-*****************",
"Duration": 4,
"PeriodUnit": "Month",
"RegionId": "cn-hangzhou",
"RenewalStatus": "AutoRenewal"
}
]
},
"PageNumber": 1,
"PageRecordCount": 1,
"RequestId": "65D7ACE6-4A61-4B6E-B357-8CB24A******",
"TotalRecordCount": 1
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidRegionId.Malformed | The specified parameter RegionId is not valid. | The specified RegionId parameter is invalid. |
| 400 | InvalidPageSize.Malformed | The specified parameter PageSize is not valid. | The specified PageSize parameter is invalid. |
| 400 | InvalidPageNumber.Malformed | The specified parameter PageNumber is not valid. | The specified PageNumber parameter is invalid. |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | The request failed to be processed because unknown errors, exceptions, or failures have occurred. |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | A temporary server error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.