API Guide

Table Of Contents
Example
Input:
{
"Ids": [30, 32]
}
Output:
{
"Ids": [
30,
32
]
}
Table 55. 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:
2.0
1.2
1.1
1.0
POST method for Deleting Policy
This method deletes power policies.
Description
Deletes power policies.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Ids": [30,32]
}
Output:
{
"Ids": [
30,
32
]
Power Policy 51