{ "id":"/axapi/v3/ddos/dst/zone/{zone-name}/port-range/{port-range-start}+{port-range-end}+{protocol}/pattern-recognition", "type":"object", "node-type":"scalar", "title":"pattern-recognition", "description":"Enable Pattern Recognition", "properties":{ "algorithm":{ "type":"string", "format":"enum", "description":"'heuristic': heuristic algorithm; ", "enum":[ "heuristic" ], "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }