VirtualMachineHistory¶
Holds information about the scan history of a virtual machine. Mainly used to detect frequent change of host (license mobility).
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this history entity got created |
| DaysSinceLastHostChange | numeric | Number of days since this virtual machine was last migrated from another host |
| GuestScan | boolean | True if update to history is caused by a guest scan |
| HostChange | boolean | Host machine changed between prior scan and this scan |
| HostMachineID | numeric | Internal ID that references the Machine entity (Foreign Key) |
| ID | numeric | Internal ID for the VirtualMachineHistory entity (Primary Key) |
| MachineID | numeric | Internal ID that references the Machine entity (Foreign Key) |
| MemoryMB | numeric | Configured memory at time of scan |
| PoweredOn | boolean | True if virtual machine was powered on during this scan |
| Scan | datetime | Date/Time this history entity got scanned |
| ScanGUID | guid | Uuid of the scan that created this entity |
| UsedSpace | decimal | Used disc space at time of scan |
| VirtualCores | numeric | Virtual cores at time of scan |
| VirtualMachineID | numeric | Internal ID that references the VirtualMachine entity (Foreign Key) |