All Products
Search
Document Center

ApsaraDB for MongoDB:DescribeKernelReleaseNotes

Last Updated:Mar 15, 2024

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

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
KernelVersionstringNo

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 parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

F01D4DDA-CB72-4083-B399-AF4642294FE6
ReleaseNotesobject []

The list of the version release notes.

ReleaseNotestring

The release notes.

test release note.
KernelVersionstring

The version number.

mongodb_20180619_0.4.9

Examples

Sample success responses

JSONformat

{
  "RequestId": "F01D4DDA-CB72-4083-B399-AF4642294FE6",
  "ReleaseNotes": {
    "ReleaseNote": [
      {
        "ReleaseNote": "test release note.",
        "KernelVersion": "mongodb_20180619_0.4.9"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError message
400InvalidKernelReleaseNotesThe format of specified KernelVersion is invalid.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-01-19The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400