{ "id":"/axapi/v3/ddos/zone-template/tcp/{name}/progression-tracking/mitigation/slow-attack", "type":"object", "node-type":"scalar", "title":"slow-attack", "partition-visibility":"shared", "description":"Configure and enable TCP Progression Tracking Mitigation for Slow Attack", "properties":{ "slow-attack":{ "type":"string", "format":"enum", "default":"enable-check", "partition-visibility":"shared", "description":"'enable-check': Enter Progression Tracking Tracking Slow Attack; ", "enum":[ "enable-check" ], "optional":false }, "response-pkt-rate-max":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Set the transferred packets per response", "optional":true }, "init-response-max-time":{ "type":"number", "format":"number", "minimum":2, "maximum":6000, "partition-visibility":"shared", "description":"Set server think time (in unit of 100ms). Suggested value larger than 45 secs", "optional":true }, "init-request-max-time":{ "type":"number", "format":"number", "minimum":2, "maximum":6000, "partition-visibility":"shared", "description":"Set client query time (in unit of 100ms). Suggested value larger than 30 secs", "optional":true }, "progression-tracking-slow-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"progression-tracking-slow-action", "description":"Configure action-list to take when progression tracking violation exceed", "optional":true }, "progression-tracking-slow-action":{ "type":"string", "format":"enum", "default":"drop", "partition-visibility":"shared", "not":"progression-tracking-slow-action-list-name", "description":"'drop': Drop packets for progression tracking violation exceed (Default); 'reset': Reset client connection; 'blacklist-src': Blacklist-src for progression tracking violation exceed; ", "enum":[ "drop", "reset", "blacklist-src" ], "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 }, "slow-attacker-identification":{ "type":"object", "$ref":"/axapi/v3/ddos/zone-template/tcp/{name}/progression-tracking/mitigation/slow-attack/slow-attacker-identification", "properties":{ "enable-identification":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Progression tracking will identify slow attacker and blacklist it based on the config value" }, "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" }, "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" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }