ListContainerDatabasePatches
GET {{baseUrl}}/autonomousContainerDatabases/:autonomousContainerDatabaseId/patches?limit=10&page=<string>&compartmentId=<string>&autonomousPatchType=QUARTERLY
Lists the patches applicable to the requested container database.
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. | |
compartmentId | string | (Required) The compartment OCID. | |
autonomousPatchType | string | Autonomous patch type, either "QUARTERLY" or "TIMEZONE". | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","version":"\u003cstring\u003e","timeReleased":"\u003cdateTime\u003e","type":"\u003cstring\u003e","autonomousPatchType":"QUARTERLY","lifecycleDetails":"\u003cstring\u003e","lifecycleState":"SUCCESS","patchModel":"RELEASE_UPDATE_REVISIONS","quarter":"\u003cstring\u003e","year":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","version":"\u003cstring\u003e","timeReleased":"\u003cdateTime\u003e","type":"\u003cstring\u003e","autonomousPatchType":"QUARTERLY","lifecycleDetails":"\u003cstring\u003e","lifecycleState":"SUCCESS","patchModel":"RELEASE_UPDATE_REVISIONS","quarter":"\u003cstring\u003e","year":"\u003cstring\u003e"}]