Saturation Load Balancing Algorithm REST Endpoints

Saturation Load Balancing Algorithm
The Saturation Load Balancing Algorithm is a load balancing algorithm based on the saturation. A saturation load balancing algorithm distributes the requests to its routes according to the route priority and the route saturation level. The saturation level is a percentage expressing the saturation of the route. A value of 0 indicates the route is fully operational while a value of 100 shows the route as DOWN. The route with the highest priority and with a saturation level below its saturation threshold is elected to handle the request. When all the routes are saturated (i.e. all the routes have a current saturation level above or equal to their saturation threshold), the route with the lowest saturation level is chosen.
Add, Search, Compare or Delete Saturation Load Balancing Algorithm
Method: post
Path: /rest/v1/admin
Delete a Saturation Load Balancing Algorithm by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Saturation Load Balancing Algorithm by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Saturation Load Balancing Algorithm by DN
Method: patch
Path: /rest/v1/admin/{dn}