ListDbSystemUpgradeHistoryEntries
GET {{baseUrl}}/dbSystems/:dbSystemId/upgradeHistoryEntries?limit=10&page=<string>&sortOrder=ASC&sortBy=TIMESTARTED&upgradeAction=<string>&lifecycleState=<string>
Gets the history of the upgrade actions performed on the specified DB system.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The maximum number of items to return per page. | |
page | string | The pagination token to continue listing from. | |
sortOrder | string | The sort order to use, either ascending (ASC ) or descending (DESC ). | |
sortBy | string | The field to sort by. You can provide one sort order (sortOrder ). Default order for TIMECREATED is ascending. | |
upgradeAction | string | A filter to return only upgradeHistoryEntries that match the specified Upgrade Action. | |
lifecycleState | string | A filter to return only upgrade history entries that match the given lifecycle state exactly. |
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":"NEEDS_ATTENTION","snapshotRetentionPeriodInDays":0,"timeStarted":"\u003cdateTime\u003e","lifecycleDetails":"\u003cstring\u003e","newGiVersion":"\u003cstring\u003e","newOsVersion":"\u003cstring\u003e","oldGiVersion":"\u003cstring\u003e","oldOsVersion":"\u003cstring\u003e","timeEnded":"\u003cdateTime\u003e"},{"id":"\u003cstring\u003e","action":"UPGRADE","lifecycleState":"FAILED","snapshotRetentionPeriodInDays":0,"timeStarted":"\u003cdateTime\u003e","lifecycleDetails":"\u003cstring\u003e","newGiVersion":"\u003cstring\u003e","newOsVersion":"\u003cstring\u003e","oldGiVersion":"\u003cstring\u003e","oldOsVersion":"\u003cstring\u003e","timeEnded":"\u003cdateTime\u003e"}]