API Guide

Table Of Contents
Id
DeviceName
ServiceTag
Model
Type
PowerState
ManagedState
ConnectionState
HealthStatus
IsAddedIndividually
/api/PowerService/MonitoredGroups
This URI represents groups which are monitored by the Power Manager.
Table 33. Filters
Filter Name Description
Top Required number of records
Skip Number of records to skip. Default value is zero.
Supported versions of Power Manager:
2.0
1.2
1.1
1.0
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)/
34 Monitored Groups