API Guide

Table Of Contents
"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 109. 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,
Groups 295