ListVmClusterUpdates
GET {{baseUrl}}/vmClusters/:vmClusterId/updates?updateType=GI_UPGRADE&lifecycleState=<string>&limit=10&page=<string>
Lists the maintenance updates that can be applied to the specified VM cluster. Applies to Exadata Cloud@Customer instances only.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
updateType | string | A filter to return only resources that match the given update type exactly. | |
lifecycleState | string | A filter to return only resources that match the given lifecycle state 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","description":"\u003cstring\u003e","version":"\u003cstring\u003e","timeReleased":"\u003cdateTime\u003e","updateType":"OS_UPDATE","availableActions":["ROLLBACK","PRECHECK"],"lastAction":"ROLLING_APPLY","lifecycleDetails":"\u003cstring\u003e","lifecycleState":"IN_PROGRESS"},{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","version":"\u003cstring\u003e","timeReleased":"\u003cdateTime\u003e","updateType":"GI_PATCH","availableActions":["PRECHECK","PRECHECK"],"lastAction":"PRECHECK","lifecycleDetails":"\u003cstring\u003e","lifecycleState":"SUCCESS"}]