Proportional Load Balancing Algorithm REST Endpoints

Proportional Load Balancing Algorithm
The Proportional Load Balancing Algorithm is a proportional load balancing algorithm. A proportional load balancing algorithm distributes the requests to its routes in proportion to the weight of each route for that type of request. Each load balancing route is assigned a weight for each type of request - a weight is an integer value which defines the proportion of requests that the route should handle compared to the other routes. For instance, a route with a weight of 2 should process twice as many requests as a route with a weight of 1.
Add, Search, Compare or Delete Proportional Load Balancing Algorithm
Method: post
Path: /rest/v1/admin
Delete a Proportional Load Balancing Algorithm by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Proportional Load Balancing Algorithm by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Proportional Load Balancing Algorithm by DN
Method: patch
Path: /rest/v1/admin/{dn}