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