ListConsoleHistories
GET {{baseUrl}}/dbNodes/:dbNodeId/consoleHistories?limit=10&page=<string>&sortBy=TIMECREATED&sortOrder=ASC&lifecycleState=<string>&displayName=<string>
Lists the console histories for the specified database node.
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. | |
sortBy | string | The field to sort by. You can provide one sort order (sortOrder ). Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME sort order is case sensitive. | |
sortOrder | string | The sort order to use, either ascending (ASC ) or descending (DESC ). | |
lifecycleState | string | A filter to return only resources that match the given lifecycle state exactly. | |
displayName | string | A filter to return only resources that match the entire display name given. The match is not case sensitive. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique identifier for the request. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"id":"\u003cstring\u003e","compartmentId":"\u003cstring\u003e","dbNodeId":"\u003cstring\u003e","lifecycleState":"DELETED","timeCreated":"\u003cdateTime\u003e","definedTags":{"Excepteure":{"Lorem1":{},"ad8ef":{}}},"displayName":"\u003cstring\u003e","freeformTags":{"officia_b48":"\u003cstring\u003e"},"lifecycleDetails":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","compartmentId":"\u003cstring\u003e","dbNodeId":"\u003cstring\u003e","lifecycleState":"DELETING","timeCreated":"\u003cdateTime\u003e","definedTags":{"deserunt_ea":{"laboris_d":{},"laborum_f1a":{},"consequat_565":{},"occaecat_bb5":{}}},"displayName":"\u003cstring\u003e","freeformTags":{"eu22c":"\u003cstring\u003e"},"lifecycleDetails":"\u003cstring\u003e"}]}