{ "id":"/axapi/v3/file/tsig", "type":"object", "node-type":"scalar", "title":"tsig", "partition-visibility":"shared", "auto-created-object":1, "description":"Transaction SIGnatures", "properties":{ "device":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Device (Device ID)", "optional":true }, "file":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"TSIG file name", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'import': import; 'export': export; 'check': check; 'delete': delete; 'replace': replace; ", "enum":[ "import", "export", "check", "delete", "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 }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }