{ "id":"/axapi/v3/ddos/pattern-recognition", "type":"object", "node-type":"scalar", "title":"pattern-recognition", "partition-visibility":"shared", "auto-created-object":1, "description":"Pattern Recognition", "properties":{ "toggle":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable Pattern Recognition; 'disable': Disable Pattern Recognition; ", "enum":[ "enable", "disable" ], "optional":true }, "dedicated-cpus":{ "type":"number", "format":"number", "minimum":0, "maximum":6, "partition-visibility":"shared", "description":"Configure the number of dedicated cores for Pattern Recognition", "optional":true }, "hardware-filter":{ "type":"string", "format":"enum", "plat-pos-list":["chassis"], "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable Pattern Recognition hardware filter; 'disable': Disable Pattern Recognition harware filter; ", "enum":[ "enable", "disable" ], "optional":true }, "sflow-event-periodic-interval":{ "type":"number", "format":"number", "minimum":0, "maximum":120, "default":5, "partition-visibility":"shared", "description":"Configure the interval in minutes of periodic event (Default: 5 minutes, 0: No periodic updates)", "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 }, "cpu":{ "type":"object", "$ref":"/axapi/v3/ddos/pattern-recognition/cpu", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }