Class AlertFilterDeprecated
- Direct Known Subclasses:
AlertFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled) Adds a new alert filter for the context with the given ID.addAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) Adds a new alert filter for the context with the given ID.abstract ApiResponseaddAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) Adds a new alert filter for the context with the given ID.addGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) Adds a new global alert filter.abstract ApiResponseaddGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) Adds a new global alert filter.removeAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled) Removes an alert filter from the context with the given ID.removeAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) Removes an alert filter from the context with the given ID.abstract ApiResponseremoveAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) Removes an alert filter from the context with the given ID.removeGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) Removes a global alert filter.abstract ApiResponseremoveGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) Removes a global alert filter.
-
Constructor Details
-
AlertFilterDeprecated
public AlertFilterDeprecated()
-
-
Method Details
-
addAlertFilter
public ApiResponse addAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled) throws ClientApiException Adds a new alert filter for the context with the given ID.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
addAlertFilter
public ApiResponse addAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) throws ClientApiException Adds a new alert filter for the context with the given ID.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
addAlertFilter
public abstract ApiResponse addAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) throws ClientApiException Adds a new alert filter for the context with the given ID.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
addGlobalAlertFilter
public ApiResponse addGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) throws ClientApiException Adds a new global alert filter.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
addGlobalAlertFilter
public abstract ApiResponse addGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) throws ClientApiException Adds a new global alert filter.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
removeAlertFilter
public ApiResponse removeAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled) throws ClientApiException Removes an alert filter from the context with the given ID.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
removeAlertFilter
public ApiResponse removeAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) throws ClientApiException Removes an alert filter from the context with the given ID.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
removeAlertFilter
public abstract ApiResponse removeAlertFilter(String contextid, String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) throws ClientApiException Removes an alert filter from the context with the given ID.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
removeGlobalAlertFilter
public ApiResponse removeGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex) throws ClientApiException Removes a global alert filter.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
removeGlobalAlertFilter
public abstract ApiResponse removeGlobalAlertFilter(String ruleid, String newlevel, String url, String urlisregex, String parameter, String enabled, String parameterisregex, String attack, String attackisregex, String evidence, String evidenceisregex, String methods) throws ClientApiException Removes a global alert filter.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-