{ "id":"/axapi/v3/ddos/zone-template/tcp/{name}/progression-tracking/mitigation/slow-attack/slow-attacker-identification", "type":"object", "node-type":"scalar", "title":"slow-attacker-identification", "partition-visibility":"shared", "description":"Configure and enable TCP Progression Tracking Identification for Slow Attacker", "properties":{ "enable-idenfication":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Progression tracking will identify slow attacker and blacklist it based on the config value", "optional":true }, "active-connection":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":3, "partition-visibility":"shared", "description":"Set the minimum tracking active connection to start identifying slow attacker, default value is 3", "optional":true }, "bad-connection":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "default":75, "partition-visibility":"shared", "description":"Set the maximum percentage of slow connection (per source), default value is 75", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }