API Guide

Table Of Contents
"DeviceType": 4000,
"Name": "NETWORK_IOM",
"Description": "NETWORK IO Module Device"
},
{
"DeviceType": 3000,
"Name": "STORAGE",
"Description": "Storage Device"
},
{
"DeviceType": 8000,
"Name": "STORAGE_IOM",
"Description": "Storage IOM Device"
}
]
}
/api/DeviceService/DeviceSummary
This URI represents the summary of the devices statuses. In the response, devices of the same type are grouped.
GET method for DeviceSummary
This method returns the summary of device statuses.
Description
Returns the summary of device statuses.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(DeviceService.DeviceSummary)",
"@odata.count": 6,
"value": [
{
"@odata.id": "/api/DeviceService/DeviceSummary(1000)",
"DeviceType": 1000,
"TotalCount": 2,
"DeviceStatusSummary": [
{
"StatusType": 1000,
"Count": 1
},
{
"StatusType": 2000,
"Count": 0
},
{
"StatusType": 3000,
"Count": 0
},
{
"StatusType": 4000,
"Count": 1
},
{
"StatusType": 5000,
"Count": 0
}
]
},
204
Devices