Gets a list of supported Autonomous Database versions.

GET {{baseUrl}}/autonomousDbPreviewVersions?compartmentId=<string>&limit=10&page=<string>&sortBy=DBWORKLOAD&sortOrder=ASC

Gets a list of supported Autonomous Database versions. Note that preview version software is only available for Autonomous Database Serverless (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) databases.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The compartment OCID.
limitnumberThe maximum number of items to return per page.
pagestringThe pagination token to continue listing from.
sortBystringThe field to sort by. You can provide one sort order (sortOrder). Default order for DBWORKLOAD is ascending.

Note: If you do not include the availability domain filter, the resources are grouped by availability domain, then sorted. | | sortOrder | string | | The sort order to use, either ascending (ASC) or descending (DESC). |

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique identifier for the request.
Acceptstring

RESPONSES

status: OK

[{&quot;version&quot;:&quot;\u003cstring\u003e&quot;,&quot;dbWorkload&quot;:&quot;DW&quot;,&quot;details&quot;:&quot;\u003cstring\u003e&quot;,&quot;timePreviewBegin&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timePreviewEnd&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;version&quot;:&quot;\u003cstring\u003e&quot;,&quot;dbWorkload&quot;:&quot;AJD&quot;,&quot;details&quot;:&quot;\u003cstring\u003e&quot;,&quot;timePreviewBegin&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;timePreviewEnd&quot;:&quot;\u003cdateTime\u003e&quot;}]