API Guide

}
]
}
Table 100. Attributes
Attribute name Description
Id ID of the group.
GET https://[IP]/api/GroupService/
Groups(500)/AllLeafDeviceSummaries?
$filter=Type eq 4000&$top=25&$skip=0&
$orderby=Identifier asc
This URL represents all the devices recursively for the group.
GET method for AllLeafDeviceSummaries
Description
Returns all the devices recursively for the group.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(DeviceService.DeviceMinModel)",
"@odata.count": 3,
"value": [
{
"@odata.type": "#DeviceService.DeviceMinModel",
"@odata.id": "/api/GroupService/Groups(500)/
AllLeafDeviceSummaries(10994)",
"Id": 10994,
"DeviceName": "WIN-8NG70S8477J",
"Model": "PowerEdge R640",
"Identifier": "3B130M2",
"DeviceServiceTag": "3B130M2",
"Type": 1000,
"Status": 1000,
"PowerState": 17,
"ConnectionState": true,
"ManagedState": 3000,
"DeviceCapabilities": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
11,
12,
13,
Groups
229