nexigon_api.devices.GetDeviceConsumptionOutput
Output of getting the consumption of a device for the given period.
readOpsinteger<uint64>required
writeOpsinteger<uint64>required
trafficIninteger<uint64>required
trafficOutinteger<uint64>required
nexigon_api.devices.GetDeviceConsumptionOutput
{
"readOps": 0,
"writeOps": 0,
"trafficIn": 0,
"trafficOut": 0
}