NSX-T Data Center REST API
ALBWafPSMLocationMatch (type)
{
"additionalProperties": false,
"description": "Advanced load balancer WafPSMLocationMatch object",
"id": "ALBWafPSMLocationMatch",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"host": {
"$ref": "ALBHostHdrMatch,
"description": "Apply the rules only to requests that match the specified Host header. If this is not set, the host header will not be checked.",
"required": false,
"title": "Host"
},
"methods": {
"$ref": "ALBMethodMatch,
"description": "Apply the rules only to requests that have the specified methods. If this is not set, the method will not be checked.",
"required": false,
"title": "Methods"
},
"path": {
"$ref": "ALBPathMatch,
"description": "Apply the rules only to requests that match the specified URI. If this is not set, the path will not be checked.",
"required": false,
"title": "Path"
}
},
"title": "WafPSMLocationMatch",
"type": "object"
}