API Guide
],
"Visible": true,
"Editable": true,
"Builtin": false
}
Troubleshoot service
The troubleshoot service methods retrieve TechSupport Report (TSR) or diagnostic log files from the managed systems—iDRACs. The
troubleshoot service also has methods to retrieve various service logs from the appliance.
/api/JobService/Jobs
This URI is used to create a TSR or diagnostic job.
POST method for Jobs
This method creates a TSR or diagnostic job.
Description Creates a TSR or diagnostic job.
Privilege JOB_MANAGEMENT, DEVICE_CONFIGURATION
HTTP response
codes
200
Example to create
a TSR job
Example request body
{
"Id":0,
"JobName":"TSR",
"JobDescription":"TSRTask",
"Schedule":"startnow",
"State":"Enabled",
"JobType":
{
"Id":125,
"Name":"Diagnostic_Task"
},
"Params":
[
{
"Key":"deviceTypes",
"Value":"1000"
},
{
"Key":"operationName",
"Value":"SERVER_EXECUTE_TSR"
},
{
"Key":"fileName",
"Value":"TSR"
},
{
"Key":"OPERATION_NAME",
"Value":"SERVER_EXECUTE_TSR"
},
{
"Key":"ShareType",
"Value":"2"
},
{
"Key":"DataSelectorArrayIn",
"Value":"[3]" // Collect Logs types
},
{
APIs specific to OpenManage Enterprise
485