White Papers

OpenManage Essentials-Specific Resource Model
31 REST API GuideOpenManage Essentials
Attribute Name
Description
LogicalDeviceCount
Logical device count.
CacheSizeInMB
Size of the cache (in MB).
MemorySize
Size of the memory.
Vendor
Vendor name.
CurrentMode
Current mode.
2.3.18 All inventory
The following resource URI can be used to retrieve the entire inventory associated with a specific device
identified by <DEVICE_ID>:
<DEVICE_BASE_URI>/<DEVICE_ID>/Inventory
This URI would effectively return a concatenation of the individual components listed earlier (Firmware,
Processor, NICs, Operating Systems, Memory, Software Inventory, Agents, ContactInfo,
DeviceCapabilities, WarrantyInfo, Physical Disk, Virtual Disk, Power Supply, Device Card, Embedded
Device, Enclosure Slot, and Controller). Use of this URI should be limited to scenarios which require all of this
data to be displayed in a single view. If the inventory information is retrieved incrementally, one would use the
individual URIs listed in the previous sections.
In addition to the components specified above, this command will return the following additional information:
Enclosures
There may be one or more enclosure entries. Each entry specifies the following attributes:
Attribute Name
Description
EnclosureProductId
The enclosure product ID.
EnclosureServiceTag
The Service Tag of the enclosure.
EnclosureId
The enclosure ID.
SwitchInfos
There may be one or more SwitchInfo entries. This section is applicable to switch devices only. Each entry
specifies the following attributes:
Attributes
Description
Index
Indicates the number of units in the device.
SerialNumber
Hardware identifier.
SwitchRole
Indicates if the unit is a management unit, standby unit, stack unit,
and local unit.
2.4 Table inventory
This is a generic API that returns the data of individual tables defined in OpenManage Essentials:
<DEVICE_BASE_URI>/TableInventory/{table id}
To request the table inventory for a specific device:
<DEVICE_BASE_URI>/{device id}/TableInventory/{table id}
The following table describes the table IDs.