{ "id":"/axapi/v3/debug/snmp", "type":"object", "node-type":"scalar", "title":"snmp", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"SNMP module parameters", "properties":{ "all":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"SNMP all debug switch", "optional":true }, "error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"SNMP debug error switch", "optional":true }, "event":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"SNMP debug event switch", "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 } } }