Unsolved
2 Posts
0
1473
January 3rd, 2021 23:00
OME - Rest API
Hello
I want to know the description of each field of ‘Device’ in this document, can anyone help? Thank you
https://dl.dell.com/topicspdf/dell-openmanage-enterprise_Reference-Guide2_en-us.pdf
Attribute name |
Description |
Id |
|
Type |
|
Identifier |
|
DeviceServiceTag |
|
ChassisServiceTag |
|
Model |
|
PowerState |
|
ManagedState |
|
Status |
|
ConnectionState |
|
AssetTag |
|
SystemId |
|
DeviceName |
|
LastInventoryTime |
|
LastStatusTime |
|
DeviceSubscription |
|
DeviceCapabilities |
|
SlotConfiguration |
|
SlotNumber |
|
DeviceManagement |
|
Actions |
|
SensorHealth@odata.navigationLink |
|
VirtualSession |
|
Baselines |
|
InventoryDetails@odata.navigationLink |
|
HardwareLogs@odata.navigationLink |
|
SubSystemHealth@odata.navigationLink |
|
RecentActivity@odata.navigationLink |
|
InventoryTypes |
|
LogSeverities |
|
Settings@odata.navigationLink |
|
Temperature |
|
Power |
|
SystemUpTime |
|
BlinkStatus |
|
PowerUsageByDevice@odata.navigationLink |
|
DeviceBladeSlots@odata.navigationLink |
|
GraphicInfo |
|
DeployRequired |
|



DELL-Marco B
Moderator
•
4K Posts
0
January 4th, 2021 05:00
Hello,
unfortunately, I have not found any Dell official document that provide complete descriptions of everything, sorry.
Thanks
Marco
ppcoder
2 Posts
0
January 4th, 2021 19:00
Hi
I tested this API ‘/api/DeviceService/Devices’ and found that the data returned by this API contains some magic numbers. For example:
"ManagedState": 3000,
"DeviceCapabilities": [1, 2, 3, 4, 5, 6, 7, 8, 9, 41, 12, 13, 1101, 14, 1102, 15, 1009, 18, 50, 30, 31],
I can't find any explanation of these values in the documentation.
DELL-Joey C
Moderator
•
4.1K Posts
0
January 4th, 2021 23:00
Hi,
Unfortunately, there is no documentation on OpenManage Enterprise API numeric attributes. I can't provide a proper information for you on the values. Though, there is some documented attributes on OpenManage Essential: https://dell.to/38d2rcL probably may help. But I'm unsure if it would be the same as OpenManage Enterprise attributes, just trying to help out.