API Guide

Table Of Contents
Table 108. Attributes (continued)
Attribute name Description
DefinitionDescription Definition description of the group.
TypeId Group type.
1000 Internal
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.
PUT method for Groups(Id)
This method updates the settings of a group within the collection.
Description
Updates the settings of a group.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example request
body
{
"Id": 1564,
"Name": "Test Group1",
"Description": "Test Group1",
"GlobalStatus": 0,
"DefinitionId": 0,
"ParentId": 0
}
Example
response body
{
"Id": 1564,
"Name": "Test Group1",
"Description": "Test Group1",
"TypeId": 3000,
"MembershipTypeId": 12,
"GlobalStatus": 5000,
"ParentId": 0,
"CreatedBy": "root",
"UpdatedBy": "root",
"CreationTime": "2017-06-08 20:14:37.252",
"UpdatedTime": "2017-06-08 20:20:02.935",
"Visible": true,
"Editable": true,
"DefinitionId": 400,
294 Groups