API Guide
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,
"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 request
body
{
"Id": 1564
}
Table 102. Attributes
Attribute name Description
Id ID of the group to be deleted.
/api/GroupService/Groups(Id)/Devices
This URI represents the devices within a group.
GET method for Devices
This method returns the list of devices within a specific group.
Description
Returns the list of devices within a group.
252 Groups