Mendeskripsikan status perpanjangan otomatis dari Kluster PolarDB Basis Data Relasional Cloud-Native dengan langganan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeAutoRenewAttribute |
list |
*DBCluster
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID Wilayah. Catatan
Untuk informasi selengkapnya, lihat DescribeRegions. |
cn-hangzhou |
| DBClusterIds |
string |
No |
ID Kluster. Anda dapat menentukan beberapa ID Kluster, dipisahkan dengan koma (,). |
pc-**************** |
| PageSize |
integer |
No |
Jumlah entri yang akan ditampilkan per halaman. Nilai valid: 30, 50, dan 100. Nilai default: 30. |
30 |
| PageNumber |
integer |
No |
Nomor halaman. Nilainya harus berupa bilangan bulat yang lebih besar dari 0 dan tidak melebihi nilai maksimum Tipe data bilangan bulat. Nilai default: 1. |
1 |
| ResourceGroupId |
string |
No |
ID kelompok sumber daya. |
rg-re********* |
| CloudProvider |
string |
No |
Penyedia cloud dari Instans. |
ENS |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Items |
object |
||
| AutoRenewAttribute |
array<object> |
A list of renewal information about 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 page count. |
1 |
| RequestId |
string |
The request ID. |
65D7ACE6-4A61-4B6E-B357-8CB24A****** |
| TotalRecordCount |
integer |
The total number of entries. |
1 |
Contoh
Respons sukses
JSONformat
{
"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
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidRegionId.Malformed | The specified parameter RegionId is not valid. | |
| 400 | InvalidPageSize.Malformed | The specified parameter PageSize is not valid. | |
| 400 | InvalidPageNumber.Malformed | The specified parameter PageNumber is not valid. | |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.