API Guide

Table Of Contents
"minimumPower": "65535",
"peakPower": "73",
"DateFormat": "CIM",
"systemEnergyConsumption": "0.000",
"Since": "20170414145039.000000-300",
"peakPowerTimeStamp": "20170414145039.000000-300",
"power": "0",
"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",
Devices 199