GetDbSystemUpgradeHistoryEntry
GET {{baseUrl}}/dbSystems/:dbSystemId/upgradeHistoryEntries/:upgradeHistoryEntryId
Gets the details of the specified operating system upgrade operation for the specified DB system.
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":"SUCCEEDED","snapshotRetentionPeriodInDays":0,"timeStarted":"\u003cdateTime\u003e","lifecycleDetails":"\u003cstring\u003e","newGiVersion":"\u003cstring\u003e","newOsVersion":"\u003cstring\u003e","oldGiVersion":"\u003cstring\u003e","oldOsVersion":"\u003cstring\u003e","timeEnded":"\u003cdateTime\u003e"}