API Guide

Table Of Contents
Monitored Devices
Topics:
/api/PowerService/Actions/PowerService.AddDevices
/api/PowerService/Actions/PowerService.RemoveDevices
/api/PowerService/MonitoredDevices
/api/JobService/Jobs
/api/PowerService/DeviceStatistics
/api/PowerService/Actions/
PowerService.AddDevices
This URI is to add the devices to Power Manager.
Supported versions of Power Manager:
2.0
1.2
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 16. Attributes
Attribute Name Description
Id Device Id(s) to be monitored by the Power Manager
5
Monitored Devices 21