{
"deviceId": 0,
"ifIndex": 0,
"startTime": "string",
"endTime": "string",
"intervalType": "THIS_HOUR"
}curl --location --request POST '/api/device/panel/port-performance' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0,
"ifIndex": 0,
"startTime": "string",
"endTime": "string",
"intervalType": "THIS_HOUR"
}'{
"code": 0,
"data": {
"nowDin": 0.0,
"nowDout": 0.0,
"nowTin": 0.0,
"nowTout": 0.0,
"maxDin": 0.0,
"maxDout": 0.0,
"minDin": 0.0,
"minDout": 0.0,
"avgDin": 0.0,
"avgDout": 0.0,
"maxTin": 0.0,
"maxTout": 0.0,
"minTin": 0.0,
"minTout": 0.0,
"avgTin": 0.0,
"avgTout": 0.0,
"portTraffic": [
{
"deviceId": 0,
"ifIdx": 0,
"devicePortIndex": "",
"ifInOctets": 0.0,
"ifOutOctets": 0.0,
"ifSpeed": 0.0,
"din": 0.0,
"dout": 0.0,
"tin": 0.0,
"tout": 0.0,
"collectedTime": ""
}
]
},
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}