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 57. EPR Type Enumeration
Enumeration Value Description
1 Power Throttle Down (0 power cap value).
2 Power Off.
Table 58. EPR Source Enumeration
Enumeration Value Description
1 Manual
2 Temperature-triggered
/api/PowerService/MonitoredGroups(<GroupId>)/
EPRStatus
This URI represents the EPR status of the Power Manager monitored groups
Supported versions of Power Manager:
● 1.1
● 1.0
GET method for EPR Status of specified Groups
This method returns the EPR status of the groups that are monitored by the Power Manager.
Description
Returns the EPR status.
Privilege VIEW
HTTP response
codes
200
Example
Input:
None
Output:
{
"@odata.context": "/api/$metadata#PowerService.EPRStatus",
"@odata.type": "#PowerService.EPRStatus",
"@odata.id": "/api/PowerService/MonitoredGroups(10691)/EPRStatus",
"Enabled": true,
"Type": 1
"EPRSource": 1
}
Table 59. Attributes
Attribute name Description
Enabled Status of the EPR
Type Type of the EPR.
EPRSource Source of the EPR.
Table 60. EPR Type Enumeration
Enumeration Value Description
1 Power Throttle Down (0 power cap value).
Emergency Power Reduction 49