NSX-T Data Center REST API
ALBWafPhase (type)
{
"description": "Valid ENUM values for ALBWafPhase",
"enum": [
"WAF_PHASE_CONNECTION",
"WAF_PHASE_REQUEST_HEADER",
"WAF_PHASE_REQUEST_BODY",
"WAF_PHASE_RESPONSE_HEADER",
"WAF_PHASE_RESPONSE_BODY",
"WAF_PHASE_LOGGING"
],
"id": "ALBWafPhase",
"module_id": "PolicyAdvancedLoadBalancer",
"title": "WafPhase type",
"type": "string"
}