Queries the release notes of the minor versions of an ApsaraDB for MongoDB instance.
Try it now
Test
RAM authorization
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 elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
F01D4DDA-CB72-4083-B399-AF4642294FE6 |
| ReleaseNotes |
object |
||
| ReleaseNote |
array<object> |
The list of the version release notes. |
|
|
object |
|||
| ReleaseNote |
string |
The release notes. |
放开sharding某集合开关balancer的限制 |
| KernelVersion |
string |
The version number. |
mongodb_20180619_0.4.9 |
Examples
Success response
JSON format
{
"RequestId": "F01D4DDA-CB72-4083-B399-AF4642294FE6",
"ReleaseNotes": {
"ReleaseNote": [
{
"ReleaseNote": "放开sharding某集合开关balancer的限制",
"KernelVersion": "mongodb_20180619_0.4.9"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidKernelReleaseNotes | The format of specified KernelVersion is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.