NSX-T Data Center REST API
ALBAttackMitigationAction (type)
{
"additionalProperties": false,
"description": "Advanced load balancer AttackMitigationAction object",
"id": "ALBAttackMitigationAction",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"deny": {
"default": true,
"description": "Deny the attack packets further processing and drop them. Default value when not specified in API or module is interpreted by ALB Controller as true.",
"required": false,
"title": "Deny",
"type": "boolean"
}
},
"title": "AttackMitigationAction",
"type": "object"
}