Capacity Distribution Algorithm REST Endpoints

Capacity Distribution Algorithm
The Capacity Distribution Algorithm is a capacity based distribution algorithm. A capacity based distribution algorithm distributes entries in proportion to the partition free space ratio. That is, if at a given time, one partition has a 60% free space while another has a 40% free space, then the first partition will receive 60% of the ADD requests while the second partition will receive 40% of the ADD requests. Note that operation types other than the ADD requests are routed using either the GIC or the broadcast.
Add, Search, Compare or Delete Capacity Distribution Algorithm
Method: post
Path: /rest/v1/admin
Delete a Capacity Distribution Algorithm by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Capacity Distribution Algorithm by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Capacity Distribution Algorithm by DN
Method: patch
Path: /rest/v1/admin/{dn}