Owner's Manual

25 REST API Guide OpenManage Essentials | Version 1.0
14
iDRACMinVersion
15
iDRACLicense
16
iDRACInventory
17
NoOMSA
18
NoInvCollector
19 UnLicensedPlasma
20 LicensedPlasma
21
PlasmaPatch
22
PlasmaInventory
23
DellOEMServer
2.3.10 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, and
DeviceCapabilities). 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.
2.4 Device Group Hierarchy
Some consumers of the OME REST API services will require the capability of retrieving information that has
changed since a particular point in time. The OME server continuously updates its database with new
device information, new hierarchical information, and information that has been deleted. OME REST API
consumers that want to implement a cache subsystem and need the capability of retrieving information
that has changed (or deleted) may be able to use the following set of APIs.
The following URI can be used to retrieve the device group hierarchy currently managed by OME:
<BASE_URI>/DeviceGroupHierarchy
Operations Supported
: GET