API Guide

Emergency Power Reduction
Topics:
/api/PowerService/MonitoredDevices(<DeviceId>)/EPRStatus
/api/PowerService/MonitoredGroups(<GroupId>)/EPRStatus
/api/PowerService/EPR
/api/PowerService/Actions/PowerService.EnableEPR
/api/PowerService/Actions/PowerService.DisableEPR
/api/PowerService/
MonitoredDevices(<DeviceId>)/EPRStatus
This URI represents the EPR status of the Power Manager monitored devices
Supported versions of Power Manager:
1.1
1.0
GET method for EPR Status of specified Devices
This method returns the EPR status of the devices 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/MonitoredDevices(10069)/EPRStatus",
"Enabled": true,
"Type": 1
"EPRSource": 1
}
Table 56. Attributes
Attribute name Description
Enabled Status of the EPR.
Type Type of the EPR.
EPRSource Source of the EPR.
8
Emergency Power Reduction 49