API Guide
Table Of Contents
- OpenManage Enterprise Power Manager RESTful API Guide version 1.1
- About this document
- Overview
- Key integration concepts
- Settings
- Monitored Devices
- Monitored Groups
- Power Policy
- api/PowerService/PowerBounds
- /api/PowerService/Policies
- /api/PowerService/Policies(
) - /api/PowerService/Policies(
)/PolicyDetails - /api/PowerService/MonitoredDevices(
)/Policies - /api/PowerService/MonitoredGroups(
)/Policies - /api/PowerService/Actions/PowerService.CreatePolicy
- /api/PowerService/Actions/PowerService. EditPolicy
- /api/PowerService/Actions/PowerService.EnablePolicies
- /api/PowerService/Actions/PowerService.DisablePolicies
- /api/PowerService/Actions/PowerService.DeletePolicies
- Emergency Power Reduction
- Report Service
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.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
/api/PowerService/Actions/
PowerService.RemoveGroups
This URI removes the group(s) from Power Manager.
Supported versions of Power Manager:
● 1.1
6
26 Monitored Groups