{ "id":"/axapi/v3/ddos/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 (identify slow attacker)", "properties":{ "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 } } }