API Guide

Table 176. Attributes
Attribute Description
Top Top records to return - default 100
Skip Maximum records to skip - default 0
Orderby Order to apply to the output
ID Filter by event id - default 0
DeviceType Filter by device type - default 0
DeviceIdentifier Filter by device identifier
DeviceModel Filter by device model - default 0
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
}
Response:
{
"NumberOfActiveWarranties": 16,
"NumberOfWarrantiesExpiringSoon": 0,
"NumberOfExpiredWarranties": 41,
"ScoreBoard": false
}
/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
538 APIs specific to OpenManage Enterprise