Endpoint Rules REST Endpoints

Administration/Endpoint Rules
Endpoint Rules helps Tenant to define outer detection configurations for any host that is Routed through CXIF.
Create an endpoint rule.
Method: post
Path: /admin/endpointRules
Delete an endpoint rule.
Method: delete
Path: /admin/endpointRules/{id}
Get all endpoint rules.
Method: get
Path: /admin/endpointRules
Get an endpoint rule.
Method: get
Path: /admin/endpointRules/{id}
Replace an endpoint rule.
Method: put
Path: /admin/endpointRules/{id}
Update an endpoint rule.
Method: patch
Path: /admin/endpointRules/{id}