Modify a Debug Target by DN
patch
/rest/v1/admin/{dn}
Modify a Debug Target by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn(required): string
LDAP DN of the entry to be modified
Debug Target that needs to be modified
Root Schema : PatchRequest
Type:
Show Source
object
-
controls:
array controls
LDAP controls to be sent to server for LDAP modify operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyRequest
The REST message type -
operations(required):
array operations
Modifications (Patch operations) to be performed on the entry.
Nested Schema : controls
Type:
array
LDAP controls to be sent to server for LDAP modify operation.
Show Source
Nested Schema : operations
Type:
array
Modifications (Patch operations) to be performed on the entry.
Show Source
Nested Schema : PatchOperation
Type:
Show Source
object
-
attribute(required):
string
The entry attribute to be modified.
-
opType(required):
string
Allowed Values:
[ "add", "delete", "replace", "increment" ]
The type of the Patch Operation. -
values:
array values
The attribute values to be updated.
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Debug Target PatchSuccessResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyResponse
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"
]
400 Response
ERROR
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