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