Inventory
USB Device Inventory
Name | Description | Optional | Valid Value | Starting Version |
---|---|---|---|---|
uuid | The UUID. For more information, see Resource Property. | 2.2 | ||
name | The name. For more information, see Resource Property. | 2.2 | ||
description | The description. For more information, see Resource Property. | Yes | 2.2 | |
hostUuid | The host UUID. | 2.2 | ||
vmInstanceUuid | The VM instance UUID. | 2.2 | ||
busNum | The bus No. | 2.2 | ||
devNum | The device No. | 2.2 | ||
idVendor | The vendor ID. | 2.2 | ||
idProduct | The product ID. | 2.2 | ||
iManufacturer | The manufacturer. | 2.2 | ||
iProduct | The product type. | 2.2 | ||
iSerial | The serial No. | 2.2 | ||
usbVersion | The USB version. | 2.2 | ||
attachType | The attaching type. | 3.5.0 | ||
state | The state. | 2.2 | ||
groupBy | Groups rows into subgroups based on values of columns or expressions. This field is equivalent to the Group By clause in MySQL, such as groupBy=type. | Yes | 2.2 | |
createDate | The creation date. For more information, see Resource Property. | 2.2 | ||
lastOpDate | The last operation date. For more information, see Resource Property. | 2.2 | ||
userTags | The user tags. For more information, see CreateUserTag. | Yes | 2.2 | |
systemTags | The system tags. For more information, see CreateSystemTag. | Yes | 2.2 |
Sample
{
"inventory": {
"uuid": "dc782167a4853525848fd04bf606d072",
"name": "usb",
"hostUuid": "dea6020aae7b3244be45eee6ae1d4d0f",
"vmInstanceUuid": "33471e0ae8a33b3b8b0f295eff6e4db4",
"state": "Enabled",
"busNum": "001",
"devNum": "001",
"idVendor": "0781",
"idProduct": "5591",
"iManufacturer": "SanDisk",
"iProduct": "Ultra USB 3.0",
"iSerial": "000000000001",
"usbVersion": "3.0",
"attachType": "PassThrough"
}
}