Global Index REST Endpoints

Global Index
The Global Index contains the information required by the Global Index to index an attribute when using the distribution feature. The Global Index is the object representing an attribute indexed by a Global Index Catalog. The Global Index Attribute can be configured to store the data in a specific implementation of a Hashmap, and for better performance predictability, it is also recommended to set an initial capacity to the global index. The initial capacity should be set to a maximum value that should never be exceeded, to avoid the rebalancing of all of the entries in the Hashmap.
Add, Search, Compare or Delete Global Index
Method: post
Path: /rest/v1/admin
Delete a Global Index by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Global Index by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Global Index by DN
Method: patch
Path: /rest/v1/admin/{dn}