public class AlertFilter
extends java.lang.Object
| Constructor and Description |
|---|
AlertFilter(ClientApi api) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
addAlertFilter(java.lang.String contextid,
java.lang.String ruleid,
java.lang.String newlevel,
java.lang.String url,
java.lang.String urlisregex,
java.lang.String parameter,
java.lang.String enabled)
Adds a new alert filter for the context with the given ID.
|
ApiResponse |
alertFilterList(java.lang.String contextid)
Lists the alert filters of the context with the given ID.
|
ApiResponse |
removeAlertFilter(java.lang.String contextid,
java.lang.String ruleid,
java.lang.String newlevel,
java.lang.String url,
java.lang.String urlisregex,
java.lang.String parameter,
java.lang.String enabled)
Removes an alert filter from the context with the given ID.
|
public AlertFilter(ClientApi api)
public ApiResponse alertFilterList(java.lang.String contextid) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse addAlertFilter(java.lang.String contextid, java.lang.String ruleid, java.lang.String newlevel, java.lang.String url, java.lang.String urlisregex, java.lang.String parameter, java.lang.String enabled) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse removeAlertFilter(java.lang.String contextid, java.lang.String ruleid, java.lang.String newlevel, java.lang.String url, java.lang.String urlisregex, java.lang.String parameter, java.lang.String enabled) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException