API Guide

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 105. 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.
NOTE: For more information about the properties for device responses, see DeviceService.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Collection(DeviceService.Device)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/DeviceService/Devices(1614)",
"Id": 1614,
"Type": 1000,
"Identifier": "GMGR031",
"ChassisServiceTag": "GMGR031",
"Model": "PowerEdge R740xd",
"PowerState": 17,
"ManagedState": 5000,
"Status": 4000,
"ConnectionState": false,
"AssetTag": null,
"SystemId": 1847,
"DeviceName": "WIN-02GODDHDJTC",
"LastInventoryTime": "2017-06-08 14:10:43.965",
"LastStatusTime": "2017-06-08 21:31:41.519",
"DeviceCapabilities": [
32,
1,
2,
3,
Groups 259