Proportional Load Balancing Route REST Endpoints

Proportional Load Balancing Route
The Proportional Load Balancing Route defines a route for a proportional load balancing algorithm. A proportional load balancing route is defined by a set of weights (a different weight for each type of operation) and is identified by a route identifier. The weight of the route is used by the proportional load balancing algorithm to determine which route should be used. The requests are distributed in proportion to the weight of each route for that type of request.
Add, Search, Compare or Delete Proportional Load Balancing Route
Method: post
Path: /rest/v1/admin
Delete a Proportional Load Balancing Route by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Proportional Load Balancing Route by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Proportional Load Balancing Route by DN
Method: patch
Path: /rest/v1/admin/{dn}