Dell Servers · Arazzo Workflow
Dell Servers OpenManage Session and Device Listing
Version 1.0.0
Authenticate to OpenManage Enterprise and list managed server devices.
Provider
Workflows
ome-session-list-devices
Create an OME session, list server devices, then read one device.
Opens an OME API session, lists devices filtered to servers, and reads the first returned device in detail.
1
createSession
{$sourceDescriptions.openManageEnterprise.url}#/paths/~1SessionService~1Sessions/post
Authenticate to the OME console and capture the X-Auth-Token returned for subsequent requests.
2
listDevices
listDevices
List managed devices filtered to the server device type.
3
getDevice
getDevice
Read the first returned device in detail.