{ "id":"/axapi/v3/visibility/anomaly-detection", "type":"object", "node-type":"scalar", "title":"anomaly-detection", "partition-visibility":"shared", "auto-created-object":1, "description":"Anomaly detection parameters", "properties":{ "sensitivity":{ "type":"string", "format":"enum", "default":"low", "partition-visibility":"shared", "description":"'high': Highly sensitive anomaly detection. Can lead to false positives; 'low': Low sensitivity anomaly detection. Can cause delay in detection and might not detect certain attacks. (default); ", "enum":[ "high", "low" ], "optional":true }, "restart-learning-on-anomaly":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Relearn anomaly detection parameters after detecting an anomaly", "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 } } }