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
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | (Required) The compartment OCID. | |
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. | |
sortBy | string | The 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
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
Accept | string |
RESPONSES
status: OK
[{"version":"\u003cstring\u003e","dbWorkload":"DW","details":"\u003cstring\u003e","timePreviewBegin":"\u003cdateTime\u003e","timePreviewEnd":"\u003cdateTime\u003e"},{"version":"\u003cstring\u003e","dbWorkload":"AJD","details":"\u003cstring\u003e","timePreviewBegin":"\u003cdateTime\u003e","timePreviewEnd":"\u003cdateTime\u003e"}]