Find Debug Target by DN
get
/rest/v1/admin/{dn}
Returns an Debug Target by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn(required): string
LDAP DN of the entry to be fetched.
Query Parameters
-
attributes: array[string]
Collection Format:
multi
List of attributes to be fetched for the entry. -
controls: array[string]
Collection Format:
multi
LDAP controls to be sent to server for search operation. -
filter: string
Search filter for the LDAP search operation. Should follow LDAP search filter syntax.
-
scope: string
Scope for the LDAP search operation.Allowed Values:
[ "base", "sub", "one" ]
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Debug Target GetSuccessResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponse
The REST message type -
searchResultEntries(required):
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
Type:
array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : Debug Target SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object Debug Target Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : Debug Target Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-debug-category:
array ds-cfg-debug-category
Specifies the debug message categories to be logged.
-
ds-cfg-debug-level(required):
string
Allowed Values:
[ "all", "disabled", "error", "info", "verbose", "warning" ]
Specifies the lowest severity level of debug messages to log. -
ds-cfg-debug-scope:
string
Read Only:
true
Specifies the fully-qualified Oracle Unified Directory Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, org.opends.server.core.DirectoryServer#startUp). -
ds-cfg-include-throwable-cause:
boolean
Default Value:
false
Specifies the property to indicate whether to include the cause of exceptions in exception thrown and caught messages. -
ds-cfg-omit-method-entry-arguments:
boolean
Default Value:
false
Specifies the property to indicate whether to include method arguments in debug messages. -
ds-cfg-omit-method-return-value:
boolean
Default Value:
false
Specifies the property to indicate whether to include the return value in debug messages. -
ds-cfg-throwable-stack-frames:
integer(int32)
Default Value:
0
Specifies the property to indicate the number of stack frames to include in the stack trace for method entry and exception thrown messages. -
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-debug-category
Type:
array
Specifies the debug message categories to be logged.
Allowed Values:
Show Source
[
"caught",
"constructor",
"data",
"database-access",
"enter",
"exit",
"message",
"protocol",
"thrown"
]
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object
-
ldapErrorCode:
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message(required):
string
Error message returned returned for the operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponse
The REST message type