API Guide

GET method for Representing Monitored Groups
This method represents all groups which are monitored.
Description Returns all the Power Manager monitored groups.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/$metadata#Collection(PowerService.MonitoredGroup)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PowerService.MonitoredGroup",
"@odata.id": "/api/PowerService/MonitoredGroups(10690)",
"Id": 10690,
"ParentId": 10689,
"Name": "Aisle - A",
"Description": "",
"AddedOn": "2019-06-10 19:05:42.413941",
"DevicesInWorkingSet": 7,
"TemperatureTriggeredPolicyExist: false"
"Type": 1, //Info: 1 = Static , 2 = Physical
"Location": "DC/Room/Aisle",
"Devices@odata.navigationLink": "/api/PowerService/
MonitoredGroups(10690)/Devices",
"EPRStatus": {
"@odata.id": "/api/PowerService/MonitoredGroups(10690)/
EPRStatus"
},
"Policies@odata.navigationLink": "/api/PowerService/
MonitoredGroups(10690)/Policies"
}
]
}
Table 33. Attributes
Attribute name Description
Id Group Id
ParentId Parent group Id
Type Type of the group
Name Name of the group
Description Description of the Group
AddedOn Date of the group is added
DevicesInWorkingSet Number of devices available in monitored list
TemperatureTriggeredPolicyExist Temperature policy is created or not
Table 34. Filters
Field Operator
Id eq
ParentId eq
Type eq
32 Monitored Groups