curl --location --request GET 'http://192.168.16.10:31748/v1/mHardwareAlarmConf/getByBoxSerial/'
{
"message": "操作成功",
"code": 0,
"data": {
"id": 1,
"boxSerial": "IEC5816699E044549E1X",
"createdTime": "2023-10-31 17:31:08",
"updateTime": "2023-10-31 17:31:08",
"deleted": 0,
"memorySpace": 1,
"memoryThreshold": 4,
"memoryInterval": 30,
"cpu": 2,
"cpuThreshold": 23,
"cpuInterval": 54,
"cpuDelay": 10,
"npu": 3,
"npuThreshold": 82,
"npuInterval": 57,
"npuDelay": 10,
"storage": 4,
"storageThreshold": 52,
"storageInterval": 45,
"storageDelay": 10,
"operateFlag": null,
"boxSerialList": null
}
}