API Guide
Monitored Devices
Topics:
• /api/PowerService/Actions/PowerService.AddDevices
• /api/PowerService/Actions/PowerService.RemoveDevices
• /api/PowerService/MonitoredDevices
/api/PowerService/Actions/
PowerService.AddDevices
This URI is to add the device(s) to Power Manager.
Supported versions of Power Manager:
• 1.1
• 1.0
POST method to add Devices
This method adds device(s) to Power Manager.
Description
Adds device(s) to Power Manager.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Ids": [10128,10127]
}
Output:
{
"Status": "SUCCESS"
}
Table 17. Attributes
Attribute Name Description
Id Device Id(s) to be monitored by the Power Manager
/api/PowerService/Actions/
PowerService.RemoveDevices
This URI removes the device(s) from Power Manager monitored devices.
Supported versions of Power Manager:
• 1.1
• 1.0
5
Monitored Devices 21