Dnpattern Distribution Algorithm REST Endpoints

Dnpattern Distribution Algorithm
The Dnpattern Distribution Algorithm is a DN pattern distribution algorithm. The DN pattern distribution algorithm is a distribution based on the match between a string pattern and a request base DN. Note that the match is performed on the relative part of the request base DN. For example, if the distribution base DN is [ou=people,o=test] and the request base DN is [uid=2,ou=people,o=test] then the match is performed on the RDN [uid=2].
Add, Search, Compare or Delete Dnpattern Distribution Algorithm
Method: post
Path: /rest/v1/admin
Delete a Dnpattern Distribution Algorithm by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Dnpattern Distribution Algorithm by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Dnpattern Distribution Algorithm by DN
Method: patch
Path: /rest/v1/admin/{dn}