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

KeyDatatypeRequiredDescription
limitnumberThe maximum number of items to return.
pagenumberThe page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
sortOrderstringThe sort order to use, either 'asc' or 'desc'.
sortBystringThe 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.
typestringExcluded object type.
ownerstringExcluded object owner
objectstringExcluded object name
ownerContainsstringExcluded object owner which contains provided value.
objectContainsstringExcluded object name which contains provided value.
reasonCategorystringReason category for the excluded object
sourceRulestringExclude object rule that matches the excluded object, if applicable.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a
particular request, please provide the request ID.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;owner&quot;:&quot;\u003cstring\u003e&quot;,&quot;object&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;reasonCategory&quot;:&quot;GG_UNSUPPORTED&quot;,&quot;sourceRule&quot;:&quot;\u003cstring\u003e&quot;},{&quot;owner&quot;:&quot;\u003cstring\u003e&quot;,&quot;object&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;reasonCategory&quot;:&quot;USER_EXCLUDED&quot;,&quot;sourceRule&quot;:&quot;\u003cstring\u003e&quot;}]}