API Guide

Table 34. Filters (continued)
Field Operator
Name contains
Description contains
List of all the sort options that this method supports:
Id
ParentId
Type
Name
Description
Location
DevicesInWorkingSet
AddedOn
/api/PowerService/MonitoredGroups(<Group
ID>)/Devices
This URI represents all the devices of a monitored group
Table 35. Filters
Filter Name Description
Top Required number of records
Skip Number of records to skip. Default value is zero.
Supported versions of Power Manager:
1.2
1.1
1.0
GET method for Representing All Devices from a
MonitoredGroup
This method represents all the device of a monitored group.
Description
Returns all the devices belongs to a Monitored group.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
"@odata.context": "/api/$metadata#Collection(PowerService.Device)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PowerService.Device",
"Id": 10069,
"DeviceName": "SKCLUSN1.tejd.bdcsv.lab",
"ServiceTag": "4xBzewP",
"Type": 1000,
"PowerState": 17,
Monitored Groups 33