All Products
Search
Document Center

ApsaraDB for MongoDB:DescribeKernelReleaseNotes

Last Updated:Jan 26, 2026

Queries the release notes of the minor versions of an ApsaraDB for MongoDB instance.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

KernelVersion

string

No

The minor version number of the instance. Example: mongodb_20180522_0.4.8.

  • This parameter is required. After you specify a version number for this parameter in a request, the release notes of the versions later than this version are returned.

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.