EdgeVirtualServiceWafSignature

EdgeVirtualServiceWafSignature
EdgeVirtualServiceWafSignature

Defines a WAF signature.

JSON Example
{
    "id": "911100",
    "name": "Enforce allowed HTTP methods",
    "active": false,
    "mode": "string",
    "overridden": false
}
string
id
Required

The identifier of the WAF signature.

string
name
Optional

Name of the WAF signature.

boolean
active
Optional

Whether the WAF signature is active or not.

string As ^(?!\s+$).+
mode
Required

Mode of the WAF signature. Supported values are:

  • DETECTION - A log entry is created when the request is flagged based on the specified rules.
  • ENFORCEMENT - Request will be blocked when it is flagged based on the specified rules.
  • DEFAULT - Use mode specified in top-level WAF configuration.
boolean
overridden
Optional

Whether or not the mode or active state of the WAF signature has been changed from its default value.

Availability
Added in 38.1