API Guide
• 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:
• 1.1
• 1.0
GET method for Representing Capable Groups
This method represents the capable groups.
Description
Returns a list of capable groups.
Privilege VIEW
HTTP response
codes
200
Example
Input: None
Output:
{
Monitored Groups 27