Local DB Index REST Endpoints

Local DB Index
Local DB Indexes are used to store information that makes it possible to locate entries very quickly when processing search operations. Indexing is performed on a per-attribute level and different types of indexing may be performed for different kinds of attributes, based on how they are expected to be accessed during search operations.
Add, Search, Compare or Delete Local DB Index
Method: post
Path: /rest/v1/admin
Delete a Local DB Index by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Local DB Index by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Local DB Index by DN
Method: patch
Path: /rest/v1/admin/{dn}