Numeric Distribution Algorithm REST Endpoints

Numeric Distribution Algorithm
The Numeric Distribution Algorithm is a numeric distribution algorithm. A numeric distribution algorithm uses a specific attribute in the entry to decide if the entry belongs to a partition. The partition is defined by a lower boundary and an upper boundary. When the distribution attribute value is inside the partition range then the entry is a member of the partition.
Add, Search, Compare or Delete Numeric Distribution Algorithm
Method: post
Path: /rest/v1/admin
Delete a Numeric Distribution Algorithm by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Numeric Distribution Algorithm by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Numeric Distribution Algorithm by DN
Method: patch
Path: /rest/v1/admin/{dn}