waf-managed-rules_mode_anomaly

When set to `on`, the current WAF rule will be used when evaluating the request. Applies to anomaly detection WAF rules.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waf-managed-rules-mode-anomaly-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waf-managed-rules_mode_anomaly",
  "title": "waf-managed-rules_mode_anomaly",
  "description": "When set to `on`, the current WAF rule will be used when evaluating the request. Applies to anomaly detection WAF rules.",
  "enum": [
    "on",
    "off"
  ],
  "example": "on",
  "type": "string"
}