[][src]Module zap_api::alert

Functions

alert

This file was automatically generated. Gets the alert with the given ID, the corresponding HTTP message can be obtained with the 'messageId' field and 'message' API method

alert_counts_by_risk

Gets a count of the alerts, optionally filtered as per alertsPerRisk

alerts

Gets the alerts raised by ZAP, optionally filtering by URL or riskId, and paginating with 'start' position and 'count' of alerts

alerts_by_risk

Gets a summary of the alerts, optionally filtered by a 'url'. If 'recurse' is true then all alerts that apply to urls that start with the specified 'url' will be returned, otherwise only those on exactly the same 'url' (ignoring url parameters)

alerts_summary

Gets number of alerts grouped by each risk level, optionally filtering by URL

delete_alert

Deletes the alert with the given ID.

delete_all_alerts

Deletes all alerts of the current session.

number_of_alerts

Gets the number of alerts, optionally filtering by URL or riskId