{ "id":"/axapi/v3/snmp-server/enable/traps/snmp", "type":"object", "node-type":"scalar", "title":"snmp", "partition-visibility":"shared", "description":"Enable SNMP group traps", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable all SNMP group traps", "optional":true }, "linkdown":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable SNMP link-down trap", "optional":true }, "linkup":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable SNMP link-up trap", "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 } } }