API Guide
]
},
{
"DeviceId": 11008,
"ManagementId": 5717,
"NetworkAddress": "xx.xx.xx.xx",
"MacAddress": "58:8a:5a:e6:a3:2a",
"InstrumentationName": "iDRAC-SM4T326",
"ManagementProfile": [
{
"ManagementProfileId": 5717,
"ManagementId": 0,
"AgentName": "iDRAC",
"Version": "3.30.30.30",
"ManagementURL": "https://xx.xx.xx.xx:443"
}
]
}
],
"IpAddress": "xx.xx.xx.xx"
}
]
}
/api/GroupService/Groups(Id)/SubGroups
This URI represents the subgroups of a specific group.
GET method for SubGroups
This method returns the list of subgroups of a specific group.
Description
Returns the list of subgroups.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Collection(GroupService.Group)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/GroupService/Groups(19164)",
"Id": 19164,
"Name": "Test Group2",
"Description": "Test Group1",
"GlobalStatus": 0,
"ParentId": 64,
"CreationTime": "2017-06-08 21:34:42.681",
"UpdatedTime": "2017-06-08 21:34:42.681",
"CreatedBy": "root",
"UpdatedBy": "",
"Visible": true,
"DefinitionId": 400,
"DefinitionDescription": "UserDefined",
"TypeId": 3000,
"MembershipTypeId": 12,
"Devices": [
{
"@odata.id": "/api/GroupService/Groups(19164)/Devices"
232 Groups