Retrieved Inventory Data
The Snow Integration Connector for Red Hat Enterprise Virtualization imports inventory data in a standard format which is compatible with the SnowXML schema. For more information, refer to the file named schema.xsd
, which is found in the installation folder of Snow Integration Manager.
The following sections list the properties that are used in the SnowXML file and the information they are populated with from the Red Hat Enterprise Virtualization API.
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
IsHypervisorPlugin | always set to "true" |
BiosSerialNumber | Host.HardwareInformation.SerialNumber |
HostName | Host.Name |
LastUpdate | <time of the last scan> |
Company | Host.Certificate.Organization |
Model | Host.HardwareInformation.ProductName |
PowerState | Host.status |
OverallStatus | Host.status |
Id | Host.id |
Manufacturer | Host.HardwareInformation.Manufacturer |
Source | RHEV |
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
TotalPhysical | Host.Memory / 1024 |
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
MacAddress | HostNic.Mac.Address |
ProductName | HostNic.Name |
IPAddress | HostNic.Ip.Address |
IPSubnet | HostNic.Ip.Netmask |
DefaultGateway | HostNic.Ip.Gateway |
DhcpEnabled | HostNic.BootProtocol |
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
Name | Host.Os.Type or OperatingSystemInfo.Description |
Version | Host.Os.Version.FullVersion |
ComputerName | Host.Name |
VersionInfo | Host.Os.Version.FullVersion |
BuildType | Host.Os.ReportedKernelCmdline or Host.Os.CustomKernelCmdline |
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
NumberOfCores | Host.Cpu.Topology.Cores |
CurrentClockSpeed | Host.Cpu.Speed |
MaxClockSpeed | Host.Cpu.Speed |
Name | Host.Cpu.Name |
NumberOfProcessors | Host.Cpu.Topology.Sockets |
Manufacturer | Host.Cpu.Name |
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
Name | DataCenter.Name |
HypervisorType | Always set to “4” |
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
HostName | Host.Name |
Field in SnowXML | Field in Red Hat Enterprise Virtualization API |
---|
ComputerName | VirtualMachine.Name |
PowerState | VirtualMachine.Status |
OperatingSystem | VirtualMachine.Os.Type |
IpAddress | VirtualMachine.GuestInfo.Ips.Ip[0].Address |