{ "id":"/axapi/v3/snmp-server/disable/traps", "type":"object", "node-type":"scalar", "title":"traps", "partition-visibility":"private", "description":"Disable l3v partition SNMP traps", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Disable all traps on this partition", "optional":true }, "snmp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Disable all snmp traps on this partition", "optional":true }, "gslb":{ "type":"number", "format":"flag", "plat-neg-list":["fireeye"], "default":0, "partition-visibility":"private", "description":"Disable all gslb traps on this partition", "optional":true }, "vrrp-a":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Disable all vrrp-a on this partition", "optional":true }, "slb":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Disable all slb traps on this partition", "optional":true }, "slb-change":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"private", "description":"Disable all slb-change traps on this partition", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"private", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }