{ "id":"/axapi/v3/logging/trap", "type":"object", "node-type":"scalar", "title":"trap", "partition-visibility":"shared", "auto-created-object":1, "description":"Set logging level which sent to snmp trap host", "properties":{ "trap-levelname":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'disable': Do not send trap to snmp host; 'emergency': System unusable log messages (severity=0); 'alert': Action must be taken immediately (severity=1); 'critical': Critical conditions (severity=2); ", "enum":[ "disable", "emergency", "alert", "critical" ], "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 } } }