API Guide
/api/GroupService/Groups(group id)/
AllLeafDeviceSummaries
This URL returns the device data in the specified group.
GET method for AllLeafDeviceSummaries
Description Returns the device data in the specified group.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "/api/
$metadata#Collection(DeviceService.DeviceMinModel)",
"@odata.count": 25,
"value": [
{
"@odata.type": "#DeviceService.DeviceMinModel",
"@odata.id": "/api/GroupService/Groups(500)/
AllLeafDeviceSummaries(14164)",
"Id": 14164,
"DeviceName": "100.97.135.51",
"Model": "PowerEdge FM120",
"Identifier": "8FWV992d",
"DeviceServiceTag": "8FWV992",
"Type": 1000,
"Status": 1000,
"PowerState": 18,
"ConnectionState": true,
"ManagedState": 3000,
"DeviceCapabilities": [
1,
12,
5,
41,
2,
30,
8,
9,
1009,
10,
14,
4,
6,
3,
18,
15,
7,
31,
13,
50
],
"DeviceManagement": [
{
"DeviceId": 14164,
"ManagementId": 5000,
"NetworkAddress": "XXX.XX.XXX.XX",
"MacAddress": "74:86:7a:e5:c5:fe",
"InstrumentationName": "idrac-8FWV992d",
"ManagementProfile": [
{
"ManagementProfileId": 5000,
"ManagementId": 0,
256
Groups