{ "id":"/axapi/v3/file-system", "type":"object", "node-type":"intermediate", "title":"file-system", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "operational":1, "description":"Manage log files", "properties":{ "varlog":{ "type":"object", "$ref":"/axapi/v3/file-system/varlog", "properties":{ "rm":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove file" }, "filename":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filename to remove" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "syslog":{ "type":"object", "$ref":"/axapi/v3/file-system/syslog", "properties":{ "rm":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove file" }, "filename":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filename to remove" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "a10log":{ "type":"object", "$ref":"/axapi/v3/file-system/a10log", "properties":{ "rm":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove file" }, "filename":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filename to remove" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }