Module fastly_api::apis::waf_active_rules_api
source · Structs
- struct for passing parameters to the method
bulk_update_waf_active_rules
- struct for passing parameters to the method
create_waf_active_rule
- struct for passing parameters to the method
create_waf_active_rules_tag
- struct for passing parameters to the method
delete_waf_active_rule
- struct for passing parameters to the method
get_waf_active_rule
- struct for passing parameters to the method
list_waf_active_rules
- struct for passing parameters to the method
update_waf_active_rule
Enums
- struct for typed errors of method
bulk_update_waf_active_rules
- struct for typed errors of method
create_waf_active_rule
- struct for typed errors of method
create_waf_active_rules_tag
- struct for typed errors of method
delete_waf_active_rule
- struct for typed errors of method
get_waf_active_rule
- struct for typed errors of method
list_waf_active_rules
- struct for typed errors of method
update_waf_active_rule
Functions
- Bulk update all active rules on a firewall version. This endpoint will not add new active rules, only update existing active rules.
- Create an active rule for a particular firewall version.
- Create active rules by tag. This endpoint will create active rules using the latest revision available for each rule.
- Delete an active rule for a particular firewall version.
- Get a specific active rule object. Includes details of the rule revision associated with the active rule object by default.
- List all active rules for a particular firewall version.
- Update an active rule’s status for a particular firewall version.