{ "id":"/axapi/v3/visibility/port-scan-detection", "type":"object", "node-type":"scalar", "title":"port-scan-detection", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure port scan detection", "properties":{ "events":{ "type":"number", "format":"number", "minimum":10, "maximum":300, "default":10, "partition-visibility":"shared", "description":"Number of scanned port events (default 10)", "optional":true }, "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":300, "default":60, "partition-visibility":"shared", "description":"Time interval for port scan detection (default 60)", "optional":true }, "v4-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "description":"Class list of ipv4 addresses to be whitelisted", "optional":true }, "v6-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "description":"Class list of ipv6 addresses to be whitelisted", "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 } } }