API Guide

Table 60. EPR Type Enumeration (continued)
Enumeration Value Description
2 Power Off.
Table 61. EPR Source Enumeration
Enumeration Value Description
1 Manual
2 Temperature-triggered
/api/PowerService/EPR
This URI represents the list of Emergency Power Reduction applied on the targets.
Supported versions of Power Manager:
1.1
1.0
GET method for retrieving the targets where EPR is
applied
This method returns the collection of EPR applied on the targets monitored by the Power Manager
Description
Returns the collection of EPR.
Privilege VIEW
HTTP response
codes
200
Example
Input:
None
Output:
{
"@odata.context": "/api/$metadata#Collection(PowerService.EprPolicy)",
"@odata.count": 1,
"value": [
{
"@odata.type": "#PowerService.EprPolicy",
"@odata.id": "/api/PowerService/EPR(6)",
"PolicyId": 6,
"Type": 1,
"Name": "EPR policy for 10069 at 6/12/19 5:39 PM",
"Description": "EPR policy for target 10069 applied at 6/12/19
5:39 PM.",
"Enabled": true,
"AssignedTo": "4xBzewP",
"CreatedTime": "2019-06-12 17:39:11.661279",
"IsEprPowerDown": false,
"IsAssociatedToGroup": false,
"ExecutionState": 3
}
]
}
Emergency Power Reduction 51