{ "id":"/axapi/v3/visibility/anomaly-detection", "type":"object", "node-type":"scalar", "title":"anomaly-detection", "auto-created-object":1, "description":"Anomaly detection parameters", "properties":{ "sensitivity":{ "type":"string", "format":"enum", "default":"low", "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 }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }