API Guide

],
"Visible": true,
"Editable": true,
"Builtin": false
}
/api/NetworkConfigurationService/Actions/
NetworkConfigurationService.ImportVLANFromTarget
This URI imports the VLAN from the target chassis device.
POST method for
NetworkConfigurationService.ImportVLANFromTarget
Description This method imports the VLAN from the target chassis device.
Privilege NETWORK_MANAGEMENT
HTTP response
code
200
Example request
body
[device_id]
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":
[
514 APIs specific to OpenManage Enterprise