HTTP Connection Handler REST Endpoints

HTTP Connection Handler
The HTTP Connection Handler is used to interact with clients using HTTP(S) It provides support for RESTful APIs.
Add, Search, Compare or Delete HTTP Connection Handler
Method: post
Path: /rest/v1/admin
Delete a HTTP Connection Handler by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find HTTP Connection Handler by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a HTTP Connection Handler by DN
Method: patch
Path: /rest/v1/admin/{dn}