{ "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 }, "disable-app-payload-all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable application payload processing for all ports", "optional":true }, "cpu-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":100, "partition-visibility":"shared", "description":"CPU Limit", "optional":true }, "sample-size":{ "type":"number", "format":"number", "minimum":1, "maximum":50000, "partition-visibility":"shared", "description":"Sample Size", "optional":true }, "capture-backup":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Capture Backup", "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 }, "capturing-timeout":{ "type":"number", "format":"number", "minimum":10, "maximum":60000, "partition-visibility":"shared", "description":"Capturing state timeout in seconds", "optional":true }, "scheduling-timeout":{ "type":"number", "format":"number", "minimum":10, "maximum":60000, "partition-visibility":"shared", "description":"Scheduling state timeout in seconds", "optional":true }, "extracting-timeout":{ "type":"number", "format":"number", "minimum":10, "maximum":60000, "partition-visibility":"shared", "description":"Extracting state timeout in seconds", "optional":true }, "error-timeout":{ "type":"number", "format":"number", "minimum":10, "maximum":60000, "partition-visibility":"shared", "description":"Error state timeout in seconds", "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" } } } } }