API Guide

/api/JobService/Jobs
This URL represents the creation of a warranty job.
POST method for Warranties
Description This method creates a warranty job.
Privilege JOB_MANAGEMENT
Example request
body
{
"Id":0,
"JobName":"Warranty Task4",
"JobDescription":"Warranty Task",
"Schedule":"startnow",
"State":"Enabled",
"JobType":{
"Id":130,
"Name":"Warranty_Task"
},
"Params":[
{
"Key":"warrantyCollectionType",
"Value":"complete"
}
],
"Targets":[
{
"Id":500,
"Data":"",
"TargetType":
{
"Id":6000,
"Name":"GROUP"
}
}
]
}
Report service
/api/ReportService/ReportDefs
This URI represents the OpenManage Enterprise report definitions.
GET method for ReportDefs
This method returns the definitions of reports.
Description
Returns the definitions of reports.
Privilege VIEW
HTTP response
codes
200
APIs specific to OpenManage Enterprise 523