{ "id":"/axapi/v3/ddos/zone-template/tcp/{name}/progression-tracking/mitigation/request-tracking", "type":"object", "node-type":"scalar", "title":"request-tracking", "partition-visibility":"shared", "description":"Configure and enable TCP Progression Tracking Mitigation per Request response", "properties":{ "progression-tracking-req-enabled":{ "type":"string", "format":"enum", "default":"enable-check", "partition-visibility":"shared", "description":"'enable-check': Enable General Progression Tracking per Request Response; ", "enum":[ "enable-check" ], "optional":false }, "request-response-model":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable Request Response Model (Default); 'disable': Disable Request Response Model; ", "enum":[ "enable", "disable" ], "optional":true }, "response-length-max":{ "type":"number", "format":"number", "minimum":1, "maximum":4294967295, "partition-visibility":"shared", "description":"Set the maximum response length", "optional":true }, "response-length-min":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Set the minimum response length", "optional":true }, "request-length-min":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Set the minimum request length", "optional":true }, "request-length-max":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Set the maximum request length", "optional":true }, "request-to-response-max-time":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Set the maximum request to response time (in unit of 100ms)", "optional":true }, "response-to-request-max-time":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Set the maximum response to request time (in unit of 100ms)", "optional":true }, "first-request-max-time":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Set the maximum idle time before the first request (in unit of 100ms)", "optional":true }, "progression-tracking-req-action-list-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/ddos/action-list", "not":"progression-tracking-req-action", "description":"Configure action-list to take when progression tracking violation exceed", "optional":true }, "violation":{ "type":"number", "format":"number", "minimum":1, "maximum":255, "partition-visibility":"shared", "description":"Set the violation threshold", "optional":true }, "progression-tracking-req-action":{ "type":"string", "format":"enum", "default":"drop", "partition-visibility":"shared", "not":"progression-tracking-req-action-list-name", "description":"'drop': Drop packets for progression tracking violation exceed (Default); 'blacklist-src': Blacklist-src for progression tracking violation exceed; ", "enum":[ "drop", "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 } } }