{ "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":{ "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 } } }