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: postPath:
/rest/v1/admin - Delete a Dnpattern Distribution Algorithm by DN
- Method: deletePath:
/rest/v1/admin/{dn} - Find Dnpattern Distribution Algorithm by DN
- Method: getPath:
/rest/v1/admin/{dn} - Modify a Dnpattern Distribution Algorithm by DN
- Method: patchPath:
/rest/v1/admin/{dn}