API Guide

Table Of Contents
2,
7,
9,
5,
1,
3
],
"DeviceManagement": [],
"IpAddress": "XXX.XX.XXX.XX"
},
{
"@odata.type": "#DeviceService.DeviceMinModel",
"@odata.id": "/api/GroupService/Groups(500)/
AllLeafDeviceSummaries(15256)",
"Id": 15256,
"DeviceName": "IOM-B1",
"Model": "MX7116n Fabric Expander Module",
"Identifier": "902B0T2",
"DeviceServiceTag": "902B0T2",
"Type": 4000,
"Status": 1000,
"PowerState": 17,
"ConnectionState": true,
"ManagedState": 7000,
"DeviceCapabilities": [
3,
9,
1,
2,
7,
5
],
"DeviceManagement": [],
"IpAddress": "XXX.XX.XXX.XX"
}
]
}
/api/GroupService/Groups(Id)/SubGroups
This URI represents the subgroups of a specific group.
GET method for SubGroups
This method returns the list of subgroups of a specific group.
Description
Returns the list of subgroups.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#Collection(GroupService.Group)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/GroupService/Groups(19164)",
"Id": 19164,
"Name": "Test Group2",
"Description": "Test Group1",
"GlobalStatus": 0,
"ParentId": 64,
Groups 327