ListVmClusterPatchHistoryEntries

GET {{baseUrl}}/vmClusters/:vmClusterId/patchHistoryEntries?limit=10&page=<string>

Gets the history of the patch actions performed on the specified VM cluster in an Exadata Cloud@Customer system.

Request Params

KeyDatatypeRequiredDescription
limitnumberThe maximum number of items to return per page.
pagestringThe pagination token to continue listing from.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;patchId&quot;:&quot;\u003cstring\u003e&quot;,&quot;lifecycleState&quot;:&quot;FAILED&quot;,&quot;timeStarted&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;action&quot;:&quot;APPLY&quot;,&quot;lifecycleDetails&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeEnded&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;patchId&quot;:&quot;\u003cstring\u003e&quot;,&quot;lifecycleState&quot;:&quot;IN_PROGRESS&quot;,&quot;timeStarted&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;action&quot;:&quot;APPLY&quot;,&quot;lifecycleDetails&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeEnded&quot;:&quot;\u003cdateTime\u003e&quot;}]