ZAP API UI
Component: alertFilter
Action: addGlobalAlertFilter
Adds a new global alert filter.
Output Format
JSON
JSONP
HTML
XML
apikey*
Form Method
GET
POST
ruleId*
The numeric ID of the rule for which the filter should apply.
newLevel*
The numeric risk representation ('0 - Informational' through '3 - High') ['-1 - False Positive'].
url
The URL for which the filter should apply (can be regex).
urlIsRegex
A boolean indicating whether or not the URL is a regex.
parameter
The parameter name for which the filter should apply (can be regex).
enabled
A boolean indicating whether or not the filter should be enabled.
parameterIsRegex
A boolean indicating whether or not the parameter name is a regex.
attack
The attack value for which the filter should apply (can be regex).
attackIsRegex
A boolean indicating whether or not the attack value is a regex.
evidence
The evidence value for which the filter should apply (can be regex).
evidenceIsRegex
A boolean indicating whether or not the evidence value is a regex.
methods
The HTTP methods (comma separated) for which the filter should apply.