API Guide
/api/TemplateService/Baselines(ID)/
DeviceConfigComplianceReports(ID)/
DeviceComplianceDetails
The URI returns the device reports for a specific report identification number and baseline.
GET method for DeviceComplianceDetails
Description Returns the device reports for a specific report identification number and baseline.
Privilege VIEW
HTTP response
codes
200
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"
},
{
518
APIs specific to OpenManage Enterprise