Structs§
- Create
Legacy WafFirewall Service Params - struct for passing parameters to the method
create_legacy_waf_firewall_service
- Disable
Legacy WafFirewall Params - struct for passing parameters to the method
disable_legacy_waf_firewall
- Enable
Legacy WafFirewall Params - struct for passing parameters to the method
enable_legacy_waf_firewall
- GetLegacy
WafFirewall Params - struct for passing parameters to the method
get_legacy_waf_firewall
- GetLegacy
WafFirewall Service Params - struct for passing parameters to the method
get_legacy_waf_firewall_service
- List
Legacy WafFirewalls Params - struct for passing parameters to the method
list_legacy_waf_firewalls
- List
Legacy WafFirewalls Service Params - struct for passing parameters to the method
list_legacy_waf_firewalls_service
- Update
Legacy WafFirewall Service Params - struct for passing parameters to the method
update_legacy_waf_firewall_service
Enums§
- Create
Legacy WafFirewall Service Error - struct for typed errors of method
create_legacy_waf_firewall_service
- Disable
Legacy WafFirewall Error - struct for typed errors of method
disable_legacy_waf_firewall
- Enable
Legacy WafFirewall Error - struct for typed errors of method
enable_legacy_waf_firewall
- GetLegacy
WafFirewall Error - struct for typed errors of method
get_legacy_waf_firewall
- GetLegacy
WafFirewall Service Error - struct for typed errors of method
get_legacy_waf_firewall_service
- List
Legacy WafFirewalls Error - struct for typed errors of method
list_legacy_waf_firewalls
- List
Legacy WafFirewalls Service Error - struct for typed errors of method
list_legacy_waf_firewalls_service
- Update
Legacy WafFirewall Service Error - struct for typed errors of method
update_legacy_waf_firewall_service
Functions§
- create_
legacy_ waf_ firewall_ service - Create a firewall object for a particular service and version.
- disable_
legacy_ waf_ firewall - Disable a firewall for a particular service and version. This endpoint is intended to be used in an emergency. Disabling a firewall object for a specific service and version replaces your existing WAF ruleset with an empty ruleset. While disabled, your WAF ruleset will not be applied to your origin traffic. This endpoint is only available to users assigned the role of superuser or above. This is an asynchronous action. To check on the completion of this action, use the related link returned in the response to check on the Update Status of the action.
- enable_
legacy_ waf_ firewall - Re-enable a firewall object for a particular service and version after it has been disabled. This endpoint is intended to be used in an emergency. When a firewall object is re-enabled, a newly generated WAF ruleset VCL based on the current WAF configuration is used to replace the empty ruleset. This endpoint is only available to users assigned the role of superuser or above. This is an asynchronous action. To check on the completion of this action, use the related link returned in the response to check on the Update Status of the action.
- get_
legacy_ waf_ firewall - Get a specific firewall object.
- get_
legacy_ waf_ firewall_ service - Get a specific firewall object.
- list_
legacy_ waf_ firewalls - List all active firewall objects.
- list_
legacy_ waf_ firewalls_ service - List all firewall objects for a particular service and version.
- update_
legacy_ waf_ firewall_ service - Update a firewall object for a particular service and version.