{
"deviceId": 0,
"startTime": "string",
"endTime": "string",
"intervalType": "THIS_HOUR"
}curl --location --request POST '/api/device/panel/performance' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0,
"startTime": "string",
"endTime": "string",
"intervalType": "THIS_HOUR"
}'{
"code": 0,
"data": {
"nowCpu": 0.0,
"nowMemory": 0.0,
"maxCpu": 0.0,
"maxMemory": 0.0,
"minCpu": 0.0,
"minMemory": 0.0,
"avgCpu": 0.0,
"avgMemory": 0.0,
"performance": [
{
"deviceId": 0,
"cpu": 0.0,
"memory": 0.0,
"responseTime": 0.0,
"unreachableRate": 0.0,
"collectedTime": ""
}
]
},
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}