NSX-T Data Center REST API
ALBDosThreshold (type)
{
"additionalProperties": false,
"description": "Advanced load balancer DosThreshold object",
"id": "ALBDosThreshold",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"attack": {
"$ref": "ALBAttackType,
"description": "Attack type. Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT...",
"required": true,
"title": "Attack"
},
"max_value": {
"description": "Maximum number of packets or connections or requests in a given interval of time to be deemed as attack.",
"required": true,
"title": "Max value",
"type": "integer"
},
"min_value": {
"description": "Minimum number of packets or connections or requests in a given interval of time to be deemed as attack.",
"required": true,
"title": "Min value",
"type": "integer"
}
},
"title": "DosThreshold",
"type": "object"
}