LDIF Connection Handler REST Endpoints

LDIF Connection Handler
The LDIF Connection Handler is used to process changes in the server using internal operations, where the changes to process are read from an LDIF file. The connection handler periodically looks for the existence of a new file, processes the changes contained in that file as internal operations, and writes the result to an output file with comments indicating the result of the processing. NOTE: By default LDIF Connection Handler operations are not logged because they are internal operations. If you want to log these operations, allow internal logging in the access log publisher.
Add, Search, Compare or Delete LDIF Connection Handler
Method: post
Path: /rest/v1/admin
Delete a LDIF Connection Handler by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find LDIF Connection Handler by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a LDIF Connection Handler by DN
Method: patch
Path: /rest/v1/admin/{dn}