API Guide

Table Of Contents
Table 94. Attributes (continued)
Attribute name Description
2000 Predefined
3000 User defined
4000 Discovery defined
5000 MCM group
MembershipTypeId Group membership type.
12 Static
24 Dynamic
Link
Devices Group link to list group devices.
AllLeafDevices Group link to list all group sub groups devices.
GroupHierarchy Group link to list the group hierarchy.
SubGroup Group link to display the list of sub groups of this group.
GroupDevicesSummary Group link to display a summary of all group devices.
/api/GroupService/Groups(Id)/GroupHierarchy
This URI represents the hierarchy of the subgroup within a group.
GET method for GroupHierarchy
This method returns the hierarchy of the subgroups within a group.
Description
Returns the hierarchy of the subgroups.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(GroupService.GroupHierarchy)",
"@odata.count": 1,
"value": [
{
"ParentGroupId": 64,
"ChildGroupId": 19164
}
]
}
Table 95. Attributes
Attribute name Description
Id ID of the group.
ParentGroupId ID of the parent group.
ChildGroupId ID of the subgroup within the group.
Groups 225