API Guide
Monitored Groups
Topics:
• /api/PowerService/Actions/PowerService.AddGroups
• /api/PowerService/Actions/PowerService.RemoveGroups
• /api/PowerService/CapableGroups
• /api/PowerService/CapableGroups(<Group ID>)/Devices
• /api/PowerService/Groups(<Group ID>)/Devices
• /api/PowerService/MonitoredGroups
• /api/PowerService/MonitoredGroups(<Group ID>)/Devices
/api/PowerService/Actions/
PowerService.AddGroups
This URI adds the group(s) to Power Manager.
Supported versions of Power Manager:
• 1.2
• 1.1
• 1.0
POST method to add Groups
This method adds group(s) to Power Manager.
Description
Adds group(s) to Power Manager.
Privilege GROUP_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"Ids": [10131,10132]
}
Output:
{
"Status": "SUCCESS"
}
Table 24. Attributes
Attribute Name Description
Id Group Id(s) to be added
6
26 Monitored Groups