MachineHardwareHistory
Reserved for future use.
erDiagram
Machine ||--o{ MachineHardwareHistory : "MachineID"
Fields
| Field |
Type |
Description |
| BiosSmBiosUUID |
guid |
BIOS SMBIOS UUID of the device |
| Created |
datetime |
Date/Time this entity was created in the database |
| DirectoryPath |
string |
Path to the machine in active directory at time of the scan |
| FirstScan |
datetime |
Date/Time the device was first scanned |
| FullyQualifiedDomainName |
string |
FQDN of the machine at time of scan |
| Guid |
guid |
Guid of the machine in a directory service at time of the scan |
| ID |
numeric |
Internal ID for the MachineHardwareHistory entity (Primary Key) |
| LastScan |
datetime |
Date/Time the device was last scanned |
| MachineID |
numeric |
Internal ID that references the Machine entity (Foreign Key) |
| Name |
string |
Machine name of the device at the time of the scan |
| NetworkMacAddress |
string |
MAC address of the primary interface of the device |
| SerialNumber |
string |
Serial number of the device |
References
| Column Name |
Referenced Table |
Description |
| MachineID |
Machine |
Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet. |