{ "id":"/axapi/v3/snmp-server/enable/traps/lsn", "type":"object", "node-type":"scalar", "title":"lsn", "partition-visibility":"shared", "description":"Enable LSN group traps", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable all LSN group traps", "optional":true }, "total-port-usage-threshold":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable LSN trap when NAT total port usage reaches the threshold (default 655350000)", "optional":true }, "per-ip-port-usage-threshold":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable LSN trap when IP total port usage reaches the threshold (default 64512)", "optional":true }, "max-port-threshold":{ "type":"number", "format":"number", "minimum":10000, "maximum":655355000, "default":655350000, "partition-visibility":"shared", "description":"Maximum threshold", "optional":true }, "max-ipport-threshold":{ "type":"number", "format":"number", "minimum":10000, "maximum":64512, "default":64512, "partition-visibility":"shared", "description":"Maximum threshold", "optional":true }, "fixed-nat-port-mapping-file-change":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable LSN trap when fixed nat port mapping file change", "optional":true }, "traffic-exceeded":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable LSN trap when NAT pool reaches the threshold", "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 } } }