Lexico Distribution Partition REST Endpoints

Lexico Distribution Partition
The Lexico Distribution Partition defines a partition for a lexicographic distribution algorithm. A lexicographic distribution algorithm is based on a partitioning key (named the distribution attribute) and a set of lexicographic partitions. A lexicographic partition is defined by a lower boundary and an upper boundary. When a distribution attribute value is inside the range of the lexicographic partition then the target entry is a member of the partition. For example, if the distribution attribute is 'sn' and if one lexicographic partition boundary is ["A"-"E"], then the entry containing "sn=BOB" is a member of that partition, while the entry containing "cn=PAT" is not.
Add, Search, Compare or Delete Lexico Distribution Partition
Method: post
Path: /rest/v1/admin
Delete a Lexico Distribution Partition by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Lexico Distribution Partition by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Lexico Distribution Partition by DN
Method: patch
Path: /rest/v1/admin/{dn}