firewall_action

The action to perform when the threshold of matched traffic within the configured period is exceeded.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-firewall-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/firewall_action",
  "title": "firewall_action",
  "anyOf": [
    {
      "properties": {
        "mode": {
          "$ref": "#/components/schemas/firewall_mode"
        },
        "response": {
          "$ref": "#/components/schemas/firewall_custom_response"
        },
        "timeout": {
          "$ref": "#/components/schemas/firewall_timeout"
        }
      },
      "type": "object"
    }
  ],
  "description": "The action to perform when the threshold of matched traffic within the configured period is exceeded.",
  "type": "object"
}