Skip to content

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 datetime2 Date/Time this history entity got created
DaysSinceLastHostChange bigint Number of days since this virtual machine was last migrated from another host
GuestScan bit True if update to history is caused by a guest scan
HostChange bit Host machine changed between prior scan and this scan
HostMachineID bigint Internal ID that references the Machine entity (Foreign Key)
ID bigint Internal ID for the VirtualMachineHistory entity (Primary Key)
MachineID bigint Internal ID that references the Machine entity (Foreign Key)
MemoryMB bigint Configured memory at time of scan
PoweredOn bit True if virtual machine was powered on during this scan
Scan datetime2 Date/Time this history entity got scanned
ScanGUID uniqueidentifier Uuid of the scan that created this entity
UsedSpace decimal Used disc space at time of scan
VirtualCores bigint Virtual cores at time of scan
VirtualMachineID bigint Internal ID that references the VirtualMachine entity (Foreign Key)