Searchfilter Load Balancing Route REST Endpoints

Searchfilter Load Balancing Route
The Searchfilter Load Balancing Route defines a route for a search filter load balancing algorithm. The search filter route is assigned a priority, a list of allowed attributes, and a list of prohibited attributes. A route matches a search filter when the search filter contains at least one allowed attributes and none of the prohibited attributes. If the list of allowed attributes of the route is empty, then the route always matches a search filter unless the search filter contains one (or more) prohibited attribute.
Add, Search, Compare or Delete Searchfilter Load Balancing Route
Method: post
Path: /rest/v1/admin
Delete a Searchfilter Load Balancing Route by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Searchfilter Load Balancing Route by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Searchfilter Load Balancing Route by DN
Method: patch
Path: /rest/v1/admin/{dn}