{ "id":"/axapi/v3/logging/buffered", "type":"object", "node-type":"scalar", "title":"buffered", "partition-visibility":"shared", "auto-created-object":1, "description":"Set buffered logging parameters", "properties":{ "buffersize":{ "type":"number", "format":"number", "minimum":10000, "maximum":50000, "default":30000, "partition-visibility":"shared", "description":"Logging buffer size (in items), default 30000", "optional":true }, "partition-buffersize":{ "type":"number", "format":"number", "minimum":1000, "maximum":5000, "default":3000, "partition-visibility":"private", "description":"Logging buffer size (in items), default 3000", "optional":true }, "levelname":{ "type":"string", "format":"enum", "default":"debugging", "partition-visibility":"shared", "description":"'disable': Do not send log to buffer; 'emergency': System unusable log messages (severity=0); 'alert': Action must be taken immediately (severity=1); 'critical': Critical conditions (severity=2); 'error': Error conditions (severity=3); 'warning': Warning conditions (severity=4); 'notification': Normal but significant conditions (severity=5); 'information': Informational messages (severity=6); 'debugging': Debug level messages (severity=7); ", "enum":[ "disable", "emergency", "alert", "critical", "error", "warning", "notification", "information", "debugging" ], "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 } } }