{ "id":"/axapi/v3/file-system/a10log", "type":"object", "node-type":"scalar", "title":"a10log", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Manage logs of ACOS components", "properties":{ "rm":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Remove file", "optional":true }, "filename":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Filename to remove", "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 } } }