{ "id":"/axapi/v3/file/bw-list", "type":"object", "node-type":"scalar", "title":"bw-list", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"black white list file information and management commands", "properties":{ "file":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"bw-list file name", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'check': check; 'create': create; 'delete': delete; 'export': export; 'import': import; 'replace': replace; ", "enum":[ "check", "create", "delete", "export", "import", "replace" ], "optional":true }, "file-handle":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"full path of the uploaded file", "optional":true }, "dst-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"destination file name for copy and rename action", "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 } } }