Mengkueri versi minor mesin yang tersedia.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeDBMiniEngineVersions |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DBType |
string |
Yes |
Tipe database. Satu-satunya nilai valid adalah MySQL.
|
MySQL |
| CreationCategory |
string |
No |
Seri produk. Nilai valid:
Untuk informasi lebih lanjut tentang seri produk, lihat Seri produk. |
Normal |
| DBVersion |
string |
Yes |
Versi utama mesin database. Nilai valid:
|
5.6 |
| DBMinorVersion |
string |
No |
Versi minor mesin database.
|
8.0.1 |
| Architecture |
string |
No |
Arsitektur CPU. Nilai valid:
|
X86 |
| RegionId |
string |
Yes |
ID Wilayah. |
cn-hangzhou |
| ZoneId |
string |
No |
Zona. |
cn-hangzhou-g |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| DBRevisionVersionList |
array<object> |
A list of information about the versions available for an upgrade. |
|
|
object |
The information about a version available for an upgrade. |
||
| ReleaseNote |
string |
The release notes of the version. |
ReleaseNote |
| ReleaseType |
string |
The release state of the database version. Valid values:
|
Stable |
| RevisionVersionCode |
string |
The code of the database engine revision version. Use this code to specify the target version for an upgrade. |
20230707 |
| RevisionVersionName |
string |
The number of the database engine revision version. |
8.0.1.1.35.1 |
| RequestId |
string |
The ID of the request. |
2921D843-433A-5FB3-A03B-4EC093B219F8 |
Contoh
Respons sukses
JSONformat
{
"DBRevisionVersionList": [
{
"ReleaseNote": "ReleaseNote",
"ReleaseType": "Stable",
"RevisionVersionCode": "20230707",
"RevisionVersionName": "8.0.1.1.35.1"
}
],
"RequestId": "2921D843-433A-5FB3-A03B-4EC093B219F8"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.