You can call this operation to query the release notes of the minor database versions of a MongoDB instance.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
KernelVersion | string | No |
The number of the minor database version. For example: mongodb_20180522_0.4.8.
|
mongodb_20180522_0.4.8 |
Response parameters
Example
Normal return example
JSON
Format
{
"RequestId": "F01D4DDA-CB72-4083-B399-AF4642294FE6",
"ReleaseNotes": {
"ReleaseNote": [
{
"ReleaseNote": "test release note.",
"KernelVersion": "mongodb_20180619_0.4.9"
}
]
}
}
Error codes
Http code | Error code | Error message |
---|---|---|
400 | InvalidKernelReleaseNotes | The format of specified KernelVersion is invalid. |
For a list of error codes, visit the API error center.