Module waf_active_rules_api

Source

Structs§

BulkDeleteWafActiveRulesParams
struct for passing parameters to the method bulk_delete_waf_active_rules
BulkUpdateWafActiveRulesParams
struct for passing parameters to the method bulk_update_waf_active_rules
CreateWafActiveRuleParams
struct for passing parameters to the method create_waf_active_rule
CreateWafActiveRulesTagParams
struct for passing parameters to the method create_waf_active_rules_tag
DeleteWafActiveRuleParams
struct for passing parameters to the method delete_waf_active_rule
GetWafActiveRuleParams
struct for passing parameters to the method get_waf_active_rule
ListWafActiveRulesParams
struct for passing parameters to the method list_waf_active_rules
UpdateWafActiveRuleParams
struct for passing parameters to the method update_waf_active_rule

Enums§

BulkDeleteWafActiveRulesError
struct for typed errors of method bulk_delete_waf_active_rules
BulkUpdateWafActiveRulesError
struct for typed errors of method bulk_update_waf_active_rules
CreateWafActiveRuleError
struct for typed errors of method create_waf_active_rule
CreateWafActiveRulesTagError
struct for typed errors of method create_waf_active_rules_tag
DeleteWafActiveRuleError
struct for typed errors of method delete_waf_active_rule
GetWafActiveRuleError
struct for typed errors of method get_waf_active_rule
ListWafActiveRulesError
struct for typed errors of method list_waf_active_rules
UpdateWafActiveRuleError
struct for typed errors of method update_waf_active_rule

Functions§

bulk_delete_waf_active_rules
Delete many active rules on a particular firewall version using the active rule ID. Limited to 500 rules per request.
bulk_update_waf_active_rules
Bulk update all active rules on a firewall version. This endpoint will not add new active rules, only update existing active rules.
create_waf_active_rule
Create an active rule for a particular firewall version.
create_waf_active_rules_tag
Create active rules by tag. This endpoint will create active rules using the latest revision available for each rule.
delete_waf_active_rule
Delete an active rule for a particular firewall version.
get_waf_active_rule
Get a specific active rule object. Includes details of the rule revision associated with the active rule object by default.
list_waf_active_rules
List all active rules for a particular firewall version.
update_waf_active_rule
Update an active rule’s status for a particular firewall version.