OWASP ZAP · Capability
ZAP API — ruleConfig
ZAP API — ruleConfig. 5 operations. Lead operation: ruleConfig. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
GET
Ruleconfigactionresetallruleconfigvalues
— Reset all of the rule configurations
/v1/json/ruleconfig/action/resetallruleconfigvalues
GET
Ruleconfigactionresetruleconfigvalue
— Reset the specified rule configuration, which must already exist
/v1/json/ruleconfig/action/resetruleconfigvalue
GET
Ruleconfigactionsetruleconfigvalue
— Set the specified rule configuration, which must already exist
/v1/json/ruleconfig/action/setruleconfigvalue
GET
Ruleconfigviewallruleconfigs
— Show all of the rule configurations
/v1/json/ruleconfig/view/allruleconfigs
GET
Ruleconfigviewruleconfigvalue
— Show the specified rule configuration
/v1/json/ruleconfig/view/ruleconfigvalue
MCP Tools
reset-all-rule-configurations
Reset all of the rule configurations
read-only
idempotent
reset-specified-rule-configuration-which
Reset the specified rule configuration, which must already exist
read-only
idempotent
set-specified-rule-configuration-which
Set the specified rule configuration, which must already exist
read-only
idempotent
show-all-rule-configurations
Show all of the rule configurations
read-only
idempotent
show-specified-rule-configuration
Show the specified rule configuration
read-only
idempotent