API Guide
/api/PowerService/Actions/
PowerService.EnableEPR
This URI enables you to enable EPR on the target.
Supported versions of Power Manager:
• 1.1
• 1.0
POST method to Enable EPR
This method enables EPR on the specified target.
Description Enables EPR on the specified target
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Target": 10149,
"Action": "POWER_THROTTLE"
}
Output:
{
"Id": 7
}
Table 66. Attributes
Attribute Name Description
Target Device Id or Group Id on which EPR is to be applied.
Action EPR action (POWER_THROTTLE or POWER_OFF)
Id Id of the created EPR.
NOTE: EPR can be applied to single device or single group at a time.
/api/PowerService/Actions/
PowerService.DisableEPR
This URI enables you to disable the EPR from the targets.
Supported versions of Power Manager:
• 1.1
• 1.0
POST method to Disable EPR
This method disables EPR on the specified target.
Description
Disbales EPR on the specified target
Privilege DEVICE_CONFIGURATION
Emergency Power Reduction 53