{ "id":"/axapi/v3/file/techsupport", "type":"object", "node-type":"scalar", "title":"techsupport", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Generate the current showtech file", "properties":{ "file":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"techsupport local file name", "optional":true }, "size":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"techsupport file size in byte", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'create': create; 'import': import; 'export': export; 'copy': copy; 'rename': rename; 'check': check; 'replace': replace; 'delete': delete; ", "enum":[ "create", "import", "export", "copy", "rename", "check", "replace", "delete" ], "optional":true }, "slot":{ "type":"number", "format":"number", "plat-pos-list":["chassis"], "minimum":0, "maximum":1, "partition-visibility":"shared", "description":"specify slot id in chassis", "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 }, "status":{ "type":"object", "$ref":"/axapi/v3/file/techsupport/status", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }