Queries the release notes of the minor versions of an ApsaraDB for MongoDB instance.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
KernelVersion | string | No | The minor version number of the instance. Example: mongodb_20180522_0.4.8.
| mongodb_20180522_0.4.8 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "F01D4DDA-CB72-4083-B399-AF4642294FE6",
"ReleaseNotes": {
"ReleaseNote": [
{
"ReleaseNote": "test release note.",
"KernelVersion": "mongodb_20180619_0.4.9"
}
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | InvalidKernelReleaseNotes | The format of specified KernelVersion is invalid. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-01-19 | The Error code has changed | View Change Details |