Retrieved information
The connector creates Inventory files using the SnowXML schema. The following sections list the properties that are used in the SnowXML file and what information from FrontRange HEAT Discovery they are populated with.
Client
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| ID | HEATSM.dbo.CI -> RecId |
| BiosReleaseDate | HEATSM.dbo.CI -> BIOSDate |
| BiosManufacturer | HEATSM.dbo.CI -> BIOSManufacturer |
| BiosSerialNumber | HEATSM.dbo.CI -> SerialNumber |
| BiosVersion | HEATSM.dbo.CI -> BIOSVersion |
| HostName | HEATSM.dbo.CI -> Name |
| IsPortable | HEATSM.dbo.CI -> IsPortable |
| LastUpdate | HEATSM.dbo.CI -> LastScanDateTime |
| NumberOfProcessors | HEATSM.dbo.CI -> CPUCount |
| Model | HEATSM.dbo.CI -> Model |
| Manufacturer | HEATSM.dbo.CI -> Manufacturer |
| Username | HEATSM.dbo.CI -> DomainName + LoginName |
CDrom
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| DeviceId | HEATSM.dbo.FRS_CIComponent -> DisplayName |
| Name | HEATSM.dbo.FRS_CIComponent -> DisplayName |
| Type | HEATSM.dbo.FRS_CIComponent -> DisplayName |
| BytesPerSector | "0" |
| Cylinders | "0" |
| DiskSize | "0" |
| Partitions | "1" |
| SectorsPerTrack | "0" |
| TracksPerCylinder | "0" |
| Interface | HEATSM.dbo.FRS_CIComponent -> DisplayName |
DisplayAdapter
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| DisplayAdapterName | HEATSM.dbo.FRS_CIComponent -> DisplayName |
LogicalDisk
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| FileSystem | HEATSM.dbo.FRS_CIComponent -> DriveFormat |
| Name | HEATSM.dbo.FRS_CIComponent -> DisplayName |
| FreeSpace | HEATSM.dbo.FRS_CIComponent -> FreeSpace |
| DiskSize | HEATSM.dbo.FRS_CIComponent -> Capacity |
| VolumeName | HEATSM.dbo.FRS_CIComponent -> DriveLetter |
| DriveType | "3" |
Memory
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| TotalPhysical | HEATSM.dbo.CI -> TotalMemory |
| FreeSlots | HEATSM.dbo.FRS_CIComponent -> count(((FRS_CIComponentType") == ("Memory") && (DisplayName").Contains("is empty") && ("ParentLink_RecID") == resourceId)); |
| TotalSlots | HEATSM.dbo.CI -> MemorySlotCount |
Monitor
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| Name | HEATSM.dbo.FRS_CIComponent -> DisplayName |
| MonitorHeight | HEATSM.dbo.FRS_CIComponent -> MaxVerticalSize |
| MonitorWidth | HEATSM.dbo.FRS_CIComponent -> MaxHorizontalSize |
NetworkAdapter
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| MacAddress | HEATSM.dbo.FRS_CIComponent -> MACAddress |
| ProductName | HEATSM.dbo.FRS_CIComponent -> DisplayName |
| IpAddress | HEATSM.dbo.FRS_CIComponent -> IPAddress |
OperatingSystem
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| ComputerName | HEATSM.dbo.CI -> Name |
| Manufacturer | HEATSM.dbo.FRS_CIComponent -> Manufacturer |
| Name | HEATSM.dbo.CI -> OperatingSystem + OSEdition |
| Version | HEATSM.dbo.CI -> OSMajorVersion + OSMinorVersion |
| VersionInfo | HEATSM.dbo.CI -> OSServicePackLevel |
| DomainName | HEATSM.dbo.CI -> DomainName |
PhysicalDisk
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| DeviceID | HEATSM.dbo.FRS_CIComponent -> Model |
| DiskSize | HEATSM.dbo.FRS_CIComponent -> DiskSize |
| Type | HEATSM.dbo.FRS_CIComponent -> FRS_CIComponentType = 'PhysicalStorage' |
Processor
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| Manufacturer | HEATSM.dbo.CI -> CPUManufacturer |
| Model | HEATSM.dbo.CI -> CPUName |
| Name | HEATSM.dbo.CI -> CPUName |
| NumberOfProcessors | HEATSM.dbo.CI -> CPUCount |
| NumberOfCores | HEATSM.dbo.CI -> CPUCoreCount |
| CurrentClockSpeed | HEATSM.dbo.CI -> CPUSpeed |
| HyperThreading | HEATSM.dbo.CI -> if (model.Contains("supporting Hyper-Threading")) HyperThreading = "true"; |
Software
| Field in SnowXML | Field in HEAT Discovery |
|---|---|
| Name | HEATSM.dbo.FRS_IM_SoftwareFile -> Description or Product or OriginalName |
| UninstallString | Null |
| FileName | HEATSM.dbo.FRS_IM_SoftwareFile -> Filename |
| FilePath | HEATSM.dbo.FRS_IM_FileInstance -> FilePath |
| FullVersion | HEATSM.dbo.FRS_IM_SoftwareFile -> FileVersionFull |
| Version | HEATSM.dbo.FRS_IM_SoftwareFile -> FileVersion |
| Manufacturer | HEATSM.dbo.FRS_IM_SoftwareFile -> Manufacturer |
| Language | HEATSM.dbo.FRS_CIComponent -> LanguageCode |