API Guide
Power Policy
Topics:
• api/PowerService/PowerBounds
• /api/PowerService/Policies
• /api/PowerService/Policies(<PolicyId>)
• /api/PowerService/Policies(<PolicyId>)/PolicyDetails
• /api/PowerService/MonitoredDevices(<DeviceId>)/Policies
• /api/PowerService/MonitoredGroups(<GroupId>)/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
api/PowerService/PowerBounds
This URI represents the device Lower bound and Upper bound.
Supported versions of Power Manager:
• 1.1
• 1.0
POST method for retrieving Power Bounds
This method returns device upper and lower bounds.
Description
Returns device upper and lower bounds value.
Privilege VIEW
HTTP response
codes
201
Example
Input:
{
"EntityId": [10078]
}
Output:
{
"LowerBound": 709,
"UpperBound": 1057
}
Table 37. Attributes
Attribute Description
EntityId ID of device.
LowerBound Device Lower power bound.
UpperBound Device Upper power bound.
7
Power Policy 35