API Guide

Warranty
https://<IP>/api/ApplicationService/Settings
POST method for Warranty settings
Description Creates the warranty settings.
Privilege APPLIANCE_SETUP
Example
Input:
{
"ConsoleSetting":
[ {
"Name": "WARRANTY_SCOREBOARD",
"DefaultValue": "false",
"Value": "true",
"DataType": "java.lang.Boolean",
"GroupName": "WARRANTY_SCOREBOARD"
}
]
}
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
Input:
{
"Id":0,
"JobName":"TSR",
"JobDescription":"TSRTask",
"Schedule":"startnow",
"State":"Enabled",
"JobType":
{
"Id":125,
"Name":"Diagnostic_Task"
},
"Params":
[
{
"Key":"deviceTypes",
"Value":"1000"
APIs specific to OpenManage Enterprise 385