firewall_mode

The action to perform.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-mode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_mode",
  "title": "firewall_mode",
  "description": "The action to perform.",
  "enum": [
    "simulate",
    "ban",
    "challenge",
    "js_challenge",
    "managed_challenge"
  ],
  "example": "challenge",
  "type": "string"
}