API Guide

"peakPowerUnit": "watt",
"minimumPowerUnit": "watt"
}
/api/DeviceService/Devices(Id)/BlinkStatus
This URI represents the LED-blink status of a specific device.
GET method for BlinkStatus
This method returns the LED-blink status of a specific device.
Description Returns the LED-blink status of a specific device.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#DeviceService.BlinkStatusResponseModel/
$entity",
"@odata.id": "/api/DeviceService/Devices(3265)/BlinkStatus",
"isLEDBlinking": false
}
/api/DeviceService/Devices(Id)/
PowerUsageByDevice
This URI represents the power consumption details of a specific device.
GET method for PowerUsageByDevice
This method returns the power usage details of a specific device.
Description
Returns the power usage details of a specific device.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#DeviceService.PowerResponseModel/$entity",
"@odata.id": "/api/DeviceService/Devices(3265)/Power",
"avgPower": "0",
"systemEnergyConsumptionUnit": "killowatt-hour",
"systemEnergyConsumptionTimeStamp": "20170907071147.450000-300",
"powerUnit": "watt",
"minimumPowerTimeStamp": "19691231180000.000000-360",
"avgPowerUnit": "watt",
"minimumPower": "65535",
"peakPower": "73",
"DateFormat": "CIM",
"systemEnergyConsumption": "0.000",
194 Devices