REST API for Oracle Unified Directory Administration

Find Local DB Index by DN

get

/rest/v1/admin/{dn}

Returns an Local DB Index by DN

Request

Supported Media Types
  • application/json
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types
  • application/json

200 Response

OK
Body (
  1. Local DB Index GetSuccessResponse
)
Root Schema : Local DB Index GetSuccessResponse
Type: object
Show Source
Nested Schema : searchResultEntries
Type: array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : Local DB Index SearchResultEntry
Type: object
Show Source
Nested Schema : Local DB Index Properties
Type: object
Show Source
Nested Schema : ds-cfg-index-extensible-matching-rule
Type: array
The extensible matching rule in an extensible index.
Show Source
  • Array of: string
Nested Schema : ds-cfg-index-type
Type: array
Specifies the type(s) of indexing that should be performed for the associated attribute.
Allowed Values: [ "approximate", "equality", "extensible", "ordering", "presence", "substring" ]
Show Source
  • Array of: string
Nested Schema : objectclass
Type: array
Objectclass(es) which this entry belongs to.
Show Source
  • Array of: string

406 Response

Not Acceptable
Body (
  1. ErrorResponse
)
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top