Resource Center/Hardware/Host Operations/USB Pass-through Operations
PUTUSB Pass-through OperationsSince 2.2SynchronousAuth Required
UpdateUsbDevice
UpdateUsbDevice
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
PUT/zstack/v1/usb-device/usb-devices/{uuid}/actions
/zstack/v1/usb-device/usb-devices/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/usb-device/usb-devices/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventory": { "uuid": "2695f7ce0bda4587bbabbbfaad080554", "description": "test usb", "hostUuid": "4261ceb358ce473fa62c137c1ba8d3ef", "vmInstanceUuid": "4c059c5e0a834d86984d3141d8ec42cb", "state": "Disabled", "idVendor": "10de", "idProduct": "0e0f", "iManufacturer": "SanDisk", "iProduct": "USB Storage", "iSerial": "000000000001", "usbVersion": "3.0", "attachType": "PassThrough" } }Change History
This API has no change history records yet.
