The InventoryDevice data record contains the device mappings for a InventoryItem. There may be multiple devices mapped to one item in the inventory database.
| Key | Type | Value |
|---|---|---|
| deviceId | Number | A unique ID of this record (auto generated). |
| itemId | Number | The ID of the InventoryItem this record refers to |
| mncName | String | The serial number of the item / device |
| deviceName | String | The vendor name (for serach filters) |
| state | String | The administrative state of the device |
| online | Boolean | true means the device is present |
| modified | TimeStamp | automatically created timestamp of last change |