{ "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 }, "feature-status":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable anomaly-detection (Not valid for source-nat-ip and source monitor types); 'disable': Disable anomaly detection (default); ", "enum":[ "enable", "disable" ], "optional":true }, "logging":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'per-entity': Enable per entity logging; 'per-metric': Enable per metric logging with threshold details; 'disable': Disable anomaly notifications (Default); ", "enum":[ "per-entity", "per-metric", "disable" ], "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 } } }