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
"ParentId": 10689,
"Name": "Aisle - A",
"Description": "",
"AddedOn": "2019-06-10 19:05:42.413941",
"DevicesInWorkingSet": 7,
"TemperatureTriggeredPolicyExist: false"
"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
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
Name contains
List of all the sort options that this method supports:
● Name
● 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.1
● 1.0
32
Monitored Groups