Module legacy_waf_firewall_api

Source

Structs§

CreateLegacyWafFirewallServiceParams
struct for passing parameters to the method create_legacy_waf_firewall_service
DisableLegacyWafFirewallParams
struct for passing parameters to the method disable_legacy_waf_firewall
EnableLegacyWafFirewallParams
struct for passing parameters to the method enable_legacy_waf_firewall
GetLegacyWafFirewallParams
struct for passing parameters to the method get_legacy_waf_firewall
GetLegacyWafFirewallServiceParams
struct for passing parameters to the method get_legacy_waf_firewall_service
ListLegacyWafFirewallsParams
struct for passing parameters to the method list_legacy_waf_firewalls
ListLegacyWafFirewallsServiceParams
struct for passing parameters to the method list_legacy_waf_firewalls_service
UpdateLegacyWafFirewallServiceParams
struct for passing parameters to the method update_legacy_waf_firewall_service

Enums§

CreateLegacyWafFirewallServiceError
struct for typed errors of method create_legacy_waf_firewall_service
DisableLegacyWafFirewallError
struct for typed errors of method disable_legacy_waf_firewall
EnableLegacyWafFirewallError
struct for typed errors of method enable_legacy_waf_firewall
GetLegacyWafFirewallError
struct for typed errors of method get_legacy_waf_firewall
GetLegacyWafFirewallServiceError
struct for typed errors of method get_legacy_waf_firewall_service
ListLegacyWafFirewallsError
struct for typed errors of method list_legacy_waf_firewalls
ListLegacyWafFirewallsServiceError
struct for typed errors of method list_legacy_waf_firewalls_service
UpdateLegacyWafFirewallServiceError
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.