Question
How to download SDO report using Redfish API?
Print
Answer
We may use the following steps to download SDOReport:

1. Trigger SDO in next system Boot
  • URI: /redfish/v1/Systems/1 
  • Method: PATCH
  • Response: 200 
  • Payload: { "Boot" : { "BootSourceOverrideEnabled": "Once", "BootSourceOverrideMode": "UEFI", "BootSourceOverrideTarget" : "Diags" } }
2.  Reboot the system:
  • URI: /redfish/v1/Systems/1/Actions/ComputerSystem.Reset 
  • Method: POST 
  • Response: 200 
  • Payload: { "ResetType" : "PowerCycle" }
3. Download the report:
  • URI: /redfish/v1/Oem/Supermicro/DumpService/Actions/OemDumpService.Collect 
  • Method: POST 
  • Response: 200 
  • Payload: { "DumpType": "SDOReport", "ActionType": "Download" }
Was this FAQ helpful?
Enter Comments Below:
Note: Your comments/feedback should be limited to this FAQ only. For technical support, please send an email to .
Enter your email address below if you'd like technical support staff to reply:
Please type the Captcha (no space)
T H Q T
Find more questions
Still Need Support?
Having trouble finding what you're searching for? Contact our support team for further assistance.

Certain products may not be available in your region