firewall_rewrite_action

Specifies that, when a WAF rule matches, its configured action will be replaced by the action configured in this object.

APIs.ioEngineeringPlatform

Properties

Name Type Description
block object
challenge object
default object
disable object
simulate object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-rewrite-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_rewrite_action",
  "title": "firewall_rewrite_action",
  "description": "Specifies that, when a WAF rule matches, its configured action will be replaced by the action configured in this object.",
  "properties": {
    "block": {
      "$ref": "#/components/schemas/firewall_waf_rewrite_action"
    },
    "challenge": {
      "$ref": "#/components/schemas/firewall_waf_rewrite_action"
    },
    "default": {
      "$ref": "#/components/schemas/firewall_waf_rewrite_action"
    },
    "disable": {
      "$ref": "#/components/schemas/firewall_waf_rewrite_action"
    },
    "simulate": {
      "$ref": "#/components/schemas/firewall_waf_rewrite_action"
    }
  },
  "type": "object"
}