OWASP ZAP · Capability
ZAP API — alertFilter
ZAP API — alertFilter. 12 operations. Lead operation: alertFilter. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
GET
Alertfilteractionaddalertfilter
— Adds a new alert filter for the context with the given ID.
/v1/json/alertfilter/action/addalertfilter
GET
Alertfilteractionaddglobalalertfilter
— Adds a new global alert filter.
/v1/json/alertfilter/action/addglobalalertfilter
GET
Alertfilteractionapplyall
— Applies all currently enabled Global and Context alert filters.
/v1/json/alertfilter/action/applyall
GET
Alertfilteractionapplycontext
— Applies all currently enabled Context alert filters.
/v1/json/alertfilter/action/applycontext
GET
Alertfilteractionapplyglobal
— Applies all currently enabled Global alert filters.
/v1/json/alertfilter/action/applyglobal
GET
Alertfilteractionremovealertfilter
— Removes an alert filter from the context with the given ID.
/v1/json/alertfilter/action/removealertfilter
GET
Alertfilteractionremoveglobalalertfilter
— Removes a global alert filter.
/v1/json/alertfilter/action/removeglobalalertfilter
GET
Alertfilteractiontestall
— Tests all currently enabled Global and Context alert filters.
/v1/json/alertfilter/action/testall
GET
Alertfilteractiontestcontext
— Tests all currently enabled Context alert filters.
/v1/json/alertfilter/action/testcontext
GET
Alertfilteractiontestglobal
— Tests all currently enabled Global alert filters.
/v1/json/alertfilter/action/testglobal
GET
Alertfilterviewalertfilterlist
— Lists the alert filters of the context with the given ID.
/v1/json/alertfilter/view/alertfilterlist
GET
Alertfilterviewglobalalertfilterlist
— Lists the global alert filters.
/v1/json/alertfilter/view/globalalertfilterlist
MCP Tools
adds-new-alert-filter-context
Adds a new alert filter for the context with the given ID.
read-only
idempotent
adds-new-global-alert-filter
Adds a new global alert filter.
read-only
idempotent
applies-all-currently-enabled-global
Applies all currently enabled Global and Context alert filters.
read-only
idempotent
applies-all-currently-enabled-context
Applies all currently enabled Context alert filters.
read-only
idempotent
applies-all-currently-enabled-global-2
Applies all currently enabled Global alert filters.
read-only
idempotent
removes-alert-filter-context-given
Removes an alert filter from the context with the given ID.
read-only
idempotent
removes-global-alert-filter
Removes a global alert filter.
read-only
idempotent
tests-all-currently-enabled-global
Tests all currently enabled Global and Context alert filters.
read-only
idempotent
tests-all-currently-enabled-context
Tests all currently enabled Context alert filters.
read-only
idempotent
tests-all-currently-enabled-global-2
Tests all currently enabled Global alert filters.
read-only
idempotent
lists-alert-filters-context-given
Lists the alert filters of the context with the given ID.
read-only
idempotent
lists-global-alert-filters
Lists the global alert filters.
read-only
idempotent