White Papers

OpenManage Essentials-Specific Resource Model
22 REST API GuideOpenManage Essentials
<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.
2.3.3 NICs
The following resource URI can be used to retrieve network interface information associated with a specific
server identified by <DEVICE_ID>:
<DEVICE_BASE_URI>/<DEVICE_ID>/NIC
The attributes associated with each NIC instance are described in the following table:
Attribute Name
Description
Description
The description of the NIC.
IPAddress
The IP address of the NIC.
MACAddress
The MAC address of the NIC.
Pingable
A numeric indicator for whether the device can be
pinged or not.
(1In-band; 2out-of-band)
Vendor
The NIC vendor.
2.3.4 Operating systems
The following resource URI can be used to retrieve operating system information associated with a specific
server identified by <DEVICE_ID>:
<DEVICE_BASE_URI>/<DEVICE_ID>/OS
The attributes associated with each operating system instance are described in the following table:
Attribute Name
Description
Type
The operating system type.
Name
The name of the operating system.
Revision
The operating system revision.
ServicePackVersion
The service pack version.
2.3.5 Memory
The following resource URI can be used to retrieve memory information associated with a specific device with
identified by <DEVICE_ID>:
<DEVICE_BASE_URI>/<DEVICE_ID>/Memory
The attributes associated with each DIMM instance are described in the following table:
Attribute Name
Description
Size
The size of the DIMM in MB.
Type
The type of the DIMM.