VirtualizationManagementSystem
Source system for virtualization information. For VMware: corresponds to a vCenter.
erDiagram
VirtualizationManagementSystem ||--o{ Datacenter : "VirtualizationManagementSystemID"
VirtualizationManagementSystem ||--o{ Machine : "VirtualizationManagementSystemID"
VirtualizationManagementSystem ||--o{ VirtualizationManagementSystemScanHistory : "VirtualizationManagementSystemID"
VirtualizationManagementSystem ||--o{ VirtualizationManagementSystemSetting : "VirtualizationManagementSystemID"
VirtualizationManagementSystem ||--o{ VirtualMachine : "VirtualizationManagementSystemID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this object was created |
| CreatedGUID |
guid |
GUID of the scan file that created this object |
| Guid |
guid |
A unique ID that can be used to link to this VirtualizationManagementSystem by external applications |
| ID |
numeric |
Internal ID for the VirtualizationManagementSystem entity (Primary Key) |
| InstanceUUID |
guid |
The unique ID of this ManagementSystem. Used to identify the source of scans and to remove objects no longer scanned. |
| LastScan |
datetime |
Date/Time this object was last scanned |
| LastScanGUID |
guid |
GUID of the last scan file for this object |
| ManagementSystem |
string |
Name of the Management System |
| ManagementSystemVersion |
string |
Version of the Management System |
| Name |
string |
Name |
| ServerUniqueID |
numeric |
A unique ID that is assigned by the hypervisor vendor to identify this management system instance |
| ServiceNowLastExport |
datetime |
Date/Time of last export to ServiceNow |
| ServiceNowLastImport |
datetime |
Date/Time of last import from ServiceNow |
| ServiceNowSysID |
guid |
ServiceNow: sys_id of the replicated object |
| ServiceNowTargetClass |
string |
ServiceNow: class of the replicated object |
Referenced by
| Table |
Column Name |
Description |
| Datacenter |
VirtualizationManagementSystemID |
For VMware virtualization: holds vSphere datacenter information |
| Machine |
VirtualizationManagementSystemID |
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. |
| VirtualizationManagementSystemScanHistory |
VirtualizationManagementSystemID |
Scan history per VirtualizationManagementSystem |
| VirtualizationManagementSystemSetting |
VirtualizationManagementSystemID |
Contains additional data for a virtualization management system that does not fit into the standardized table |
| VirtualMachine |
VirtualizationManagementSystemID |
Holds information for virtual machines. For Hyper-V specific columns see MSDN WMI Msvm_ComputerSystem class. |