{ "id":"/axapi/v3/ddos/dst/entry/{dst-entry-name}/port/{port-num}+{protocol}/pattern-recognition", "type":"object", "node-type":"scalar", "title":"pattern-recognition", "partition-visibility":"shared", "description":"Enable Pattern Recognition", "properties":{ "algorithm":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'heuristic': heuristic algorithm; ", "enum":[ "heuristic" ], "optional":false }, "mode":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'capture-never-expire': War-time capture without rate exceeding and never expires; 'manual': Manual mode; ", "enum":[ "capture-never-expire", "manual" ], "optional":true }, "sensitivity":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'high': High Sensitivity; 'medium': Medium Sensitivity; 'low': Low Sensitivity; ", "enum":[ "high", "medium", "low" ], "optional":true }, "filter-threshold":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "partition-visibility":"shared", "description":"Extracted filter threshold", "optional":true }, "filter-inactive-threshold":{ "type":"number", "format":"number", "minimum":5, "maximum":255, "partition-visibility":"shared", "description":"Extracted filter inactive threshold", "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 } } }