Endpoint Rules REST Endpoints
Administration/Endpoint Rules
Endpoint Rules helps Tenant to define Outler Detetection configurations for any host that is Routed through CXIF.
- Create an endpoint rule
- Method: postPath:
/admin/endpointRules
- Delete an endpoint rule
- Method: deletePath:
/admin/endpointRules/{id}
- Get all endpoint rules
- Method: getPath:
/admin/endpointRules
- Get an endpoint rule
- Method: getPath:
/admin/endpointRules/{id}
- Replace an endpoint rule
- Method: putPath:
/admin/endpointRules/{id}
- Update an endpoint rule
- Method: patchPath:
/admin/endpointRules/{id}