All Products
Search
Document Center

ApsaraDB for MongoDB:DescribeKernelReleaseNotes

Last Updated:Jan 17, 2023

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.

  • If you specify this parameter, a list of version numbers later than the version specified is returned.
  • If you do not specify this parameter, a list of all the version numbers is returned.
mongodb_20180522_0.4.8

Response parameters

Parameter Type Description Example
object
RequestId string

The ID of the request.

F01D4DDA-CB72-4083-B399-AF4642294FE6
ReleaseNotes array

The list of version release notes.

object
ReleaseNote string

Publishes the log.

test release note.
KernelVersion string

The version number.

mongodb_20180619_0.4.9

Example

Normal return example

JSONFormat

{
  "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.