List all excluded database objects.
GET {{baseUrl}}/jobs/:jobId/excludedObjects?limit=10&page=1&sortOrder=ASC&sortBy=reasonCategory&type=<string>&owner=<string>&object=<string>&ownerContains=<string>&objectContains=<string>&reasonCategory=ORACLE_MAINTAINED&sourceRule=<string>
List the excluded database objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The maximum number of items to return. | |
page | number | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. | |
sortOrder | string | The sort order to use, either 'asc' or 'desc'. | |
sortBy | string | The field to sort by. Only one sort order may be provided. | |
Default order for reasonCategory is ascending. | |||
If no value is specified reasonCategory is default. | |||
type | string | Excluded object type. | |
owner | string | Excluded object owner | |
object | string | Excluded object name | |
ownerContains | string | Excluded object owner which contains provided value. | |
objectContains | string | Excluded object name which contains provided value. | |
reasonCategory | string | Reason category for the excluded object | |
sourceRule | string | Exclude object rule that matches the excluded object, if applicable. | |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a | |
particular request, please provide the request ID. | |||
Accept | string |
RESPONSES
status: OK
{"items":[{"owner":"\u003cstring\u003e","object":"\u003cstring\u003e","type":"\u003cstring\u003e","reasonCategory":"GG_UNSUPPORTED","sourceRule":"\u003cstring\u003e"},{"owner":"\u003cstring\u003e","object":"\u003cstring\u003e","type":"\u003cstring\u003e","reasonCategory":"USER_EXCLUDED","sourceRule":"\u003cstring\u003e"}]}