OWASP ZAP · Capability
ZAP API — accessControl
ZAP API — accessControl. 4 operations. Lead operation: accessControl. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
GET
Accesscontrolactionscan
— Starts an Access Control scan with the given context ID and user ID. (Optional parameters: user ID for Unauthenticated user, boolean identifying whether or not Alerts are raised, and the Risk level for the Alerts.) [This assumes the Access
/v1/json/accesscontrol/action/scan
GET
Accesscontrolactionwritehtmlreport
— Generates an Access Control report for the given context ID and saves it based on the provided filename (path).
/v1/json/accesscontrol/action/writehtmlreport
GET
Accesscontrolviewgetscanprogress
— Gets the Access Control scan progress (percentage integer) for the given context ID.
/v1/json/accesscontrol/view/getscanprogress
GET
Accesscontrolviewgetscanstatus
— Gets the Access Control scan status (description string) for the given context ID.
/v1/json/accesscontrol/view/getscanstatus
MCP Tools
starts-access-control-scan-given
Starts an Access Control scan with the given context ID and user ID. (Optional parameters: user ID for Unauthenticated user, boolean identifying whether or not Alerts are raised, and the Risk level for the Alerts.) [This assumes the Access
read-only
idempotent
generates-access-control-report-given
Generates an Access Control report for the given context ID and saves it based on the provided filename (path).
read-only
idempotent
gets-access-control-scan-progress
Gets the Access Control scan progress (percentage integer) for the given context ID.
read-only
idempotent
gets-access-control-scan-status
Gets the Access Control scan status (description string) for the given context ID.
read-only
idempotent