Dell Servers · Arazzo Workflow
Dell Servers Redfish Session Bootstrap
Version 1.0.0
Open a Redfish session and list systems using the session token.
Provider
Workflows
redfish-session-bootstrap
Read service root, create a session token, then list systems.
Confirms the Redfish service root, opens a token session with credentials, and lists the computer systems managed by the iDRAC.
1
getServiceRoot
getServiceRoot
Read the Redfish service root to confirm endpoint and version.
2
createSession
{$sourceDescriptions.idracRedfish.url}#/paths/~1SessionService~1Sessions/post
Create a Redfish session with credentials and capture the X-Auth-Token returned for use on subsequent requests.
3
listSystems
listSystems
List the computer systems managed by this iDRAC instance.