API Guide
Table Of Contents
- OpenManage Enterprise Power Manager RESTful API Guide version 1.1
- About this document
- Overview
- Key integration concepts
- Settings
- Monitored Devices
- Monitored Groups
- Power Policy
- api/PowerService/PowerBounds
- /api/PowerService/Policies
- /api/PowerService/Policies(
) - /api/PowerService/Policies(
)/PolicyDetails - /api/PowerService/MonitoredDevices(
)/Policies - /api/PowerService/MonitoredGroups(
)/Policies - /api/PowerService/Actions/PowerService.CreatePolicy
- /api/PowerService/Actions/PowerService. EditPolicy
- /api/PowerService/Actions/PowerService.EnablePolicies
- /api/PowerService/Actions/PowerService.DisablePolicies
- /api/PowerService/Actions/PowerService.DeletePolicies
- Emergency Power Reduction
- Report Service
Table 31. Filter (continued)
Field Operator
PowerState eq
ManagedState eq
ConnectionState eq
HealthStatus eq
IsAddedIndividually eq
List of all the sort options that this method supports:
● 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 32. 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.1
● 1.0
GET method for 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,
Monitored Groups 31