ListCloudVmClusterUpdateHistoryEntries
GET {{baseUrl}}/cloudVmClusters/:cloudVmClusterId/updateHistoryEntries?updateType=GI_UPGRADE&limit=10&page=<string>
Gets the history of the maintenance update actions performed on the specified cloud VM cluster. Applies to Exadata Cloud Service instances only.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
updateType | string | A filter to return only resources that match the given update type exactly. | |
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","updateId":"\u003cstring\u003e","lifecycleState":"SUCCEEDED","timeStarted":"\u003cdateTime\u003e","updateType":"GI_PATCH","lifecycleDetails":"\u003cstring\u003e","timeCompleted":"\u003cdateTime\u003e","updateAction":"PRECHECK"},{"id":"\u003cstring\u003e","updateId":"\u003cstring\u003e","lifecycleState":"SUCCEEDED","timeStarted":"\u003cdateTime\u003e","updateType":"GI_UPGRADE","lifecycleDetails":"\u003cstring\u003e","timeCompleted":"\u003cdateTime\u003e","updateAction":"ROLLBACK"}]