API Guide

Table 97. Attributes(continued)
Attribute name Description
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
Input:
{
"Id": 1564,
"Name": "Test Group1",
"Description": "Test Group1",
"GlobalStatus": 0,
"DefinitionId": 0,
"ParentId": 0
}
Output:
{
"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,
"DefinitionDescription": ""
}
DELETE method for Groups(Id)
This method deletes a group from the collection.
Description
Deletes a group.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
204
Example
Input:
{
"Id": 1564
}
Output:
Groups 225