API Guide

Table Of Contents
/api/PowerService/Actions/
PowerService.RemoveGroups
This URI removes the group(s) from Power Manager.
Supported versions of Power Manager:
2.0
1.2
1.1
1.0
POST method to remove Monitored Groups
This method removes group(s) from Power Manager.
Description Removes Group(s) from Power Manager
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"Ids": [10131,10132]
}
Output:
{
"Status": "SUCCESS"
}
Table 25. Attributes
Attribute Name Description
Ids Device Id(s) to be removed.
NOTE: To remove all groups from the Power Manager, provide the value as -1.
/api/PowerService/CapableGroups
This URI represents the Power Manager monitor capable groups.
Table 26. Filters
Filter Name Description
Top Required number of records
Skip Number of records to skip. Default value is zero.
Supported versions of Power Manager:
2.0
1.2
1.1
1.0
Monitored Groups
29