API Guide

Table Of Contents
/api/PowerService/Actions/
PowerService.DisablePolicies
This method disables a policy.
Supported versions of Power Manager:
1.1
1.0
POST method for Disabling Policy
This method disables power policies.
Description Disables power policies.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Ids": [30, 32]
}
Output:
{
"Ids": [
30,
32
]
}
Table 54. Attributes
Attribute name Description
Ids List of IDs of power policies
NOTE: To disable all power policies, provide value for Ids as -1.
/api/PowerService/Actions/
PowerService.DeletePolicies
This method deletes a policy.
Supported versions of Power Manager:
1.1
1.0
46
Power Policy