Root DSE Backend REST Endpoints

Root DSE Backend
The Root DSE Backend contains the Directory Server root DSE. This is a special meta-backend that dynamically generates the root DSE entry for base-level searches and simply redirects to other backends for operations in other scopes.
Add, Search, Compare or Delete Root DSE Backend
Method: post
Path: /rest/v1/admin
Delete a Root DSE Backend by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Root DSE Backend by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Root DSE Backend by DN
Method: patch
Path: /rest/v1/admin/{dn}