API Guide

Table Of Contents
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:
2.0
1.2
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 38. Attributes
Attribute Description
EntityId ID of device.
LowerBound Device Lower power bound.
7
38 Power Policy