{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/port/zone-service/{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 }, "triggered-by":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'zone-escalation': Zone escalation trigger pattern recognition; 'packet-rate-exceeds': Packet rate limit exceeds trigger pattern recognition (default); ", "enum":[ "zone-escalation", "packet-rate-exceeds" ], "optional":true }, "capture-traffic":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': Capture all packets; 'dropped': Capture dropped packets (default); ", "enum":[ "all", "dropped" ], "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 } } }