API Guide

Table Of Contents
Example
Input:
{
"NumberOfActiveWarranties":0,
"NumberOfWarrantiesExpiringSoon":0,
"NumberOfExpiredWarranties":0,
"ScoreBoard": false
}
Output:
{
"NumberOfActiveWarranties": 16,
"NumberOfWarrantiesExpiringSoon": 0,
"NumberOfExpiredWarranties": 41,
"ScoreBoard": false
}
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",
"QueryDef": {
"FilterId": 10012,
"ContextId": 2
},
"ColumnNames": [{
"Id": 1000,
"Name": "Device Name",
"Width": 30,
"Sequence": 1
},
{
"Id": 1001,
"Name": "Device Service Tag",
"Width": 20,
"Sequence": 2
404
APIs specific to OpenManage Enterprise