API Guide

Table Of Contents
1.2
POST method to update device details
Description Add device details information like device size and estimated max power.
Privilege DEVICE_CONFIGURATION
HTTP response
codes
200
Example
Input:
{
"Devices": [
{
"Id": 10069,
"Size": 2,
"EstimatedMaxPower": 1000
},
{
"Id": 10068,
"Size": 2,
"EstimatedMaxPower": 10000
}
]
}
Output:
{
"Status": "SUCCESS"
}
/api/PowerService/DeviceDetails
Use this URI to view the device information such as device size and estimated maximum power.
Supported versions of Power Manager:
2.0
1.2
POST method to fetch device details
Description
Get device details information like device size and estimated max power.
Privilege VIEW
HTTP response
codes
200
Example
Input:
{
"DeviceId" :10075
}
Output:
{
"Size": 2,
"EstimatedMaxPower": 1000
72 Physical Groups