API Guide
"ServiceTag": "B600",
"HasCredentials": true,
"IpAddress": "10.35.0.50",
"Status": "Discovered",
"AnnouncedTime": "2019-12-17 11:56:30.998267",
"DiscoveryTime": "2019-12-17 11:56:30.998267",
"TaskId": 10096,
"CreatedBy": "admin",
"CreatedOn": "2019-12-17 11:56:30.998267"
},
{
"@odata.type": "#DiscoveryConfigService.AnnouncedTarget",
"@odata.id": "/api/DiscoveryConfigService/SignaledNodes(26)",
"Id": 26,
"ServiceTag": "B700",
"HasCredentials": true,
"IpAddress": "10.35.0.51",
"Status": "Discovered",
"AnnouncedTime": "2019-12-17 11:56:30.997381",
"DiscoveryTime": "2019-12-17 11:56:30.997381",
"TaskId": 10096,
"CreatedBy": "admin",
"CreatedOn": "2019-12-17 11:56:30.997381"
}
]
}
Warranty service
/api/WarrantyService/Warranties
This URI represents the retrieval of warranty information from OpenManage Enterprise.
GET method for Warranties
This method returns warranty information from OpenManage Enterprise.
Description
Returns warranty information from OpenManage Enterprise.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/$metadata#Collection(WarrantyService.Warranty)",
"@odata.count": 1,
"value":
[
{
"@odata.type": "#WarrantyService.Warranty",
"@odata.id": "/api/WarrantyService/Warranties(25110)",
"Id": 25110,
"DeviceId": 25102,
"DeviceModel": "PowerEdge C6420",
"DeviceIdentifier": "GT2T0M2",
"DeviceType": 1000,
"CountryLookupCode": "N/A",
"CustomerNumber": 0,
"LocalChannel": "N/A",
"OrderNumber": 0,
"SystemShipDate": "0001-01-01 00:00:00.000",
"State": "N/A",
"ItemNumber": "N/A",
"ServiceLevelCode": "N/A",
"ServiceLevelDescription": "No valid warranties found",
"ServiceLevelGroup": 0,
566 APIs specific to OpenManage Enterprise