API Guide

"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
Example
Output:
{
"@odata.context": "/api/$metadata#Collection(ReportService.ReportDef)",
"@odata.count": 21,
"value": [{
"@odata.type": "#ReportService.ReportDef",
"@odata.id": "/api/ReportService/ReportDefs(10042)",
"Id": 10042,
"Name": "Alert Counts per Device Report",
"Description": "This report contains alert counts per severity and totals
per Device.",
"IsBuiltIn": true,
"LastEditedBy": "admin",
"LastRunDate": "2018-09-11 15:36:17.05",
"LastRunBy": "admin",
"LastRunDuration": "0.38",
APIs specific to OpenManage Enterprise 421