ListDatabaseUpgradeHistoryEntries
GET {{baseUrl}}/databases/:databaseId/upgradeHistoryEntries?upgradeAction=<string>&lifecycleState=<string>&sortBy=TIMESTARTED&sortOrder=ASC&limit=10&page=<string>
Gets the upgrade history for a specified database in a bare metal or virtual machine DB system.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
upgradeAction | string | A filter to return only upgradeHistoryEntries that match the specified Upgrade Action. | |
lifecycleState | string | A filter to return only upgradeHistoryEntries that match the given lifecycle state exactly. | |
sortBy | string | The field to sort by. You can provide one sort order (sortOrder ). Default order for TIMECREATED is ascending. | |
sortOrder | string | The sort order to use, either ascending (ASC ) or descending (DESC ). | |
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
Accept | string |
RESPONSES
status: OK
[{"id":"\u003cstring\u003e","action":"ROLLBACK","lifecycleState":"FAILED","timeStarted":"\u003cdateTime\u003e","lifecycleDetails":"\u003cstring\u003e","options":"\u003cstring\u003e","source":"DB_HOME","sourceDbHomeId":"\u003cstring\u003e","targetDBVersion":"\u003cstring\u003e","targetDatabaseSoftwareImageId":"\u003cstring\u003e","targetDbHomeId":"\u003cstring\u003e","timeEnded":"\u003cdateTime\u003e"},{"id":"\u003cstring\u003e","action":"ROLLBACK","lifecycleState":"IN_PROGRESS","timeStarted":"\u003cdateTime\u003e","lifecycleDetails":"\u003cstring\u003e","options":"\u003cstring\u003e","source":"DB_HOME","sourceDbHomeId":"\u003cstring\u003e","targetDBVersion":"\u003cstring\u003e","targetDatabaseSoftwareImageId":"\u003cstring\u003e","targetDbHomeId":"\u003cstring\u003e","timeEnded":"\u003cdateTime\u003e"}]