Queries the information about the minor version of an AnalyticDB for MySQL cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DBClusterId | string | Yes | The cluster ID. Note
| amv-2ze918p6qf6h9**** |
| RegionId | string | No | The region ID. Note
You can call the DescribeRegions operation to query the most recent region list.
| cn-shenzhen |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF",
"KernelVersion": "3.1.8",
"ExpireDate": "2025-01-12T16:00:00Z",
"AvailableKernelVersions": [
{
"KernelVersion": "3.1.9",
"ReleaseDate": "2024-07-17T16:00:00Z\n",
"ExpireDate": "2025-07-17T16:00:00Z"
}
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist. Make sure that the DBClusterId value is valid. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
