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: postPath:
/rest/v1/admin - Delete a HTTP Connection Handler by DN
- Method: deletePath:
/rest/v1/admin/{dn} - Find HTTP Connection Handler by DN
- Method: getPath:
/rest/v1/admin/{dn} - Modify a HTTP Connection Handler by DN
- Method: patchPath:
/rest/v1/admin/{dn}