API Guide

Table Of Contents
Table 184. Attributes (continued)
Attribute Description
DaysRemaining Filter by remaining days for warranty expiry
CustomerNumber Filter by customer number- default 0
OrderNumber Filter by order number - default 0
/api/WarrantyService/Actions/WarrantyService.WarrantyCount
This URI represents the warranty counts based on Warranty Setting Criteria for scoreboard
POST method for WarrantyService.WarrantyCount
This method returns the count of warranty based on Warranty Setting Criteria for scoreboard.
Description Returns the count of warranty based on Warranty Setting Criteria for scoreboard.
Privilege TRAP_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"NumberOfActiveWarranties":0,
"NumberOfWarrantiesExpiringSoon":0,
"NumberOfExpiredWarranties":0,
"ScoreBoard": false
}
Example
response body
{
"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
response body
{
610 APIs specific to OpenManage Enterprise