API Guide
"StartDate": "0001-01-01 00:00:00.000",
"EndDate": "0001-01-01 00:00:00.000",
"DaysRemaining": 0,
"Timestamp": "2017-11-15 00:00:00.000"
},
{
"@odata.id": "/api/WarrantyService/Warranties(7764)",
"Id": 7764,
"DeviceId": 4914,
"DeviceModel": "PowerEdge R630",
"DeviceIdentifier": "BWYWP22",
"DeviceType": 1000,
"CountryLookupCode": "US",
"CustomerNumber": 52052241,
"LocalChannel": "01",
"OrderNumber": 720529326,
"SystemShipDate": "2014-11-17 00:00:00.000",
"State": "N/A",
"ItemNumber": "N/A",
"ServiceLevelCode": "N/A",
"ServiceLevelDescription": "No valid warranties found",
"ServiceLevelGroup": 0,
"ServiceProvider": "N/A",
"StartDate": "0001-01-01 00:00:00.000",
"EndDate": "0001-01-01 00:00:00.000",
"DaysRemaining": 0,
"Timestamp": "2017-11-15 00:00:00.000"
}]
}
2.2.2 / api/WarrantyService/Actions/WarrantyService.WarrantyCount
Description
Returns the count of warranty based on Warranty Setting Criteria for scoreboard
Privilege
VIEW
HTTP Response Codes
200
POST
Post Usage Examples
Input:
{ "NumberOfActiveWarranties":0,
"NumberOfWarrantiesExpiringSoon":0,
"NumberOfExpiredWarranties":0,
"ScoreBoard":true }
Output:
{
"NumberOfActiveWarranties": 0,
"NumberOfWarrantiesExpiringSoon": 1,
"NumberOfExpiredWarranties": 56,
"ScoreBoard": false
}
Reports service
2.3.1 /api/ReportService/ReportDefs
GET
Description
Returns a collection report definitions
Privilege
20
OpenManage Enterprise–Specific resource model