Debug Target REST Endpoints

Debug Target
Debug Targets define the types of messages logged by the debug logPublisher. Debug targets allow for fine-grain control of which messages are logged based on the package, class, or method that generated the message. Each debug target configuration entry resides below the entry with RDN of "cn=Debug Target" immediately below the parent ds-cfg-debug-log-publisher entry.
Add, Search, Compare or Delete Debug Target
Method: post
Path: /rest/v1/admin
Delete a Debug Target by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Debug Target by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Debug Target by DN
Method: patch
Path: /rest/v1/admin/{dn}