White Papers

REST API Guide OpenManage Essentials | Revision A02
2.3 Device inventory
The URIs described in this section can be used to retrieve more detailed inventory for each device. The
DEVICE_BASE_URI is based on the parent group scope or the device scope.
Operations supported: GET (for all inventory operations)
2.3.1 Firmware
The following resource URI can be used to retrieve firmware information for a specific device identified by
<DEVICE_ID>:
<DEVICE_BASE_URI>/<DEVICE_ID>/Firmware
The attributes associated with each firmware instance are described in the following table.
Attribute Name
Description
Type
The type of firmware.
Name
The name of the firmware.
Version
The version of the firmware.
2.3.2 Processor
The following resource URI can be used to retrieve information about the CPUs associated with a specific
server identified by <DEVICE_ID>:
<DEVICE_BASE_URI>/<DEVICE_ID>/Processor
The attributes associated with each processor instance are described in the following table.
Attribute Name
Description
MaxSpeed
The maximum speed of the processor.
CurSpeed
The current speed of the processor.
Cores
The number of cores in the processor.
Brand
The brand name of the processor.
Model
The model of the processor.