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
{
"Id": 10070,
"DeviceName": "100.96.25.126",
"Type": 2000,
"ServiceTag": "D89RG52",
"PowerCapValue": 16670,
"Ip": null
}
],
"Group": {
"Id": 10132,
"PowerCapValue": 16670,
"TemperatureThreshold": 45,
"Name": "DeviceGroup",
"Description": ""
}
}
Table 45. Attributes
Attribute name Description
PolicyId ID of power policy.
Name Name associated with the policy.
Type Type of policy.
Description Description associated with the policy.
Enabled Indicates if the policy is enabled or disabled.
Schedule Indicates when the policy will be active.
StartTime Time at which the policy interval starts.
EndTime Time at which the policy interval ends.
StartDate Date from which the policy is active.
EndDate Date until which the policy is active.
DaysOfTheWeek Days of week in which the policy is active.
Devices Target devices of the policy.
Devices.Id ID of the target device.
Devices.DeviceName Name of the device.
Devices.Type Type of the device.
Devices.ServiceTag Service tag of the device.
Devices.PowerCapValue Power cap value for the device.
Devices.Ip IP address of the device.
Group Target group of the policy (if applicable).
Group.Id ID of the group.
Group.PowerCapValue Power cap value for the group.
Group.TemperatureThreshold Temperature threshold value for the group.
Group.Name Name of the group.
Group.Description Description of the group.
Power Policy 39