API Guide

Table Of Contents
HTTP response
codes
200
Example
Response Body
"value":
[
{
"@odata.type": "#TroubleshootService.FileResponseModel",
"DeviceId": 25085,
"DeviceOperation": "SERVER_EXECUTE_TSR",
"JobId": 0,
"FileName": "TSR.zip",
"FilePath": "/shared/dell/omc/cifs/idrac/F3TPXK2/
SERVER_EXECUTE_TSR/TSR/TSR.zip"
}
]
Table 177. Attributes
Attribute Description
DeviceId Device ID of the output file.
DeviceOperation
'SERVER_DIAGNOSTIC' to retrieve diagnostic files
'SERVER_EXECUTE_TSR' to retrieve TSR files
/api/TroubleshootService/Actions/
TroubleshootService.GetTroubleshootDocument
This URI represents TSR/Diagnostic job reports.
POST method for TroubleshootService.GetTroubleshootDocument
This method extracts TSR/Diagnostic job reports.
Description
Extracts TSR/Diagnostic job reports.
Privilege JOB_MANAGEMENT, DEVICE_CONFIGURATION
HTTP response
codes
200
Example Request
Body
{
"DeviceId":0,
"DeviceOperation":"",
"JobId":0,
"FilePath":"/shared/dell/omc/cifs/idrac/F3TPXK2/SERVER_EXECUTE_TSR/TSR/
TSR.zip"
}
562 APIs specific to OpenManage Enterprise