EdgeVirtualServiceWafConfig
EdgeVirtualServiceWafConfig
WAF configuration of a virtual service.
JSON Example
{
"active": false,
"mode": "string"
}
boolean
active
Optional
Whether the WAF is active or not. Defaults to false. WAF requires Edge Gateway Load Balancer with PREMIUM feature set.
string As ^(?!\s+$).+
mode
Optional
Mode of the WAF. Supported values are:
- DETECTION - A log entry is created when the request is flagged based on the specified rules.
- ENFORCEMENT - It will be blocked when the request is flagged based on the specified rules.
Availability
Added in 38.1
Parameter To
Returned By