firewall_action_mode

The default action performed by the rules in the WAF package.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-action-mode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_action_mode",
  "title": "firewall_action_mode",
  "default": "challenge",
  "description": "The default action performed by the rules in the WAF package.",
  "enum": [
    "simulate",
    "block",
    "challenge"
  ],
  "type": "string"
}