Skip to main content

1E 8.1 (on-premises)

Device.GetSummary

Method

GetSummary

Module

Device

Library

Core

Action

Retrieves a summary of device information, corresponding to (a subset of) the data that is exchanged as part of the Agent's "online" message.

Parameters

(None)

Return values

BiosGuid (string): The Systems Management (SM) BIOS GUID of the device.

BiosVersion (string): The version of the BIOS installed on the device

BootTime (datetime): The last time the device was booted

ChassisType (string): The device's physical chassis type (e.g. "Notebook")

CpuArchitecture (string): The architecture of the device's (primary) CPU (e.g. "x64")

CpuType (string): The device's (primary) CPU (e.g. "Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz")

DeviceType (string): One of: "Server", "Desktop", "Laptop" or "Mobile", based on the observed hardware and operating system. Can be "Unknown" if this value cannot be derived.

Domain (string): The Windows NetBIOS domain name, provided the device is domain-joined

Fqdn (string): The fully-qualified DNS hostname of the device.

Manufacturer (string): The device's chassis manufacturer

Model (string): The device's chassis model

NetBiosName (string): On Windows devices this is the NetBIOS computer name. On non-windows devices this column is null.

OperatingSystemGuid (string): The operating system GUID (e.g. "4C4C4544-0043-3210-804D-C3C04F4A4D32")

OperatingSystemName (string): The operating system distribution (e.g. Windows, Fedora, Ubuntu) that the device is running

OperatingSystemType (string): The family of operating system that the device is running; one of "Windows", "Linux" or "MacOS".

OperatingSystemVersionNumber (string): The dotted-numeric representation of the operating system version that the device is running (e.g. 7.1.0.500)

OperatingSystemVersionText (string): A string description of the operating system version (e.g. "Microsoft Windows Server 2008 R2 Enterprise")

OsArchitecture (string): The processor architecture of the operating system. The values depend on the OperatingSystemType as follows:

    • Linux: "x86" (32-bit) or "x86_64"; same as the result of the "uname -m" command.

    • MacOS: "arm64", "x86" (32-bit) or "x64".

    • Windows: "x86" (32-bit) or "x64".

RamMB (int): The amount of installed RAM in megabytes

SerialNumber (string): The device's serial number. (This is an additional column from version 24.1 onwards.)

TachyonGuid (string): The unique Tachyon identity (represented as a GUID) of this device

TimeZone (int): The device's current timezone offset from UTC in minutes (positive or negative).

VirtualizationPlatform (string): The name of the virtualization technology, if any, hosting the device's operating system

Example

 Device.GetSummary();

Platforms

  • Windows

  • Linux

  • MacOS

Notes

See also Agent.GetSummary