{ "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 }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'create': create; 'check': check; 'delete': delete; 'export': export; ", "enum":[ "create", "check", "delete", "export" ], "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 }, "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" } } } } }