{ "id":"/axapi/v3/router/log", "type":"object", "node-type":"scalar", "title":"log", "partition-visibility":"shared", "description":"Router log options", "properties":{ "log-buffer":{ "type":"number", "format":"flag", "default":1, "partition-visibility":"shared", "description":"Logging goes to log-buffer", "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 }, "file":{ "type":"object", "$ref":"/axapi/v3/router/log/file", "properties":{ "per-protocol":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Per protocol" }, "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":32, "partition-visibility":"shared", "description":"Logging filename (File name)" }, "rotate":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "partition-visibility":"shared", "description":"Log file rotation (Number of backup files)" }, "size":{ "type":"number", "format":"number", "minimum":0, "maximum":1000000, "partition-visibility":"shared", "description":"Log file maximum size (File size in MBytes)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }