Servlet End Point REST Endpoints

Servlet End Point
Servlet End Points are used to define a servlet end point that will be used to handle HTTP-based client requests. Servlet end point is the way to expose directory services using Servlets.
Add, Search, Compare or Delete Servlet End Point
Method: post
Path: /rest/v1/admin
Delete a Servlet End Point by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Servlet End Point by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Servlet End Point by DN
Method: patch
Path: /rest/v1/admin/{dn}