{
"boxSerialList": [
"string"
],
"operateFlag": 0,
"memorySpace": 0,
"memoryThreshold": 0,
"memoryInterval": 0,
"cpu": 0,
"cpuThreshold": 0,
"cpuInterval": 0,
"cpuDelay": 0,
"npu": 0,
"npuThreshold": 0,
"npuInterval": 0,
"npuDelay": 0,
"storage": 0,
"storageThreshold": 0,
"storageInterval": 0,
"storageDelay": 0
}
curl --location --request POST 'http://192.168.16.10:31748/v1/mHardwareAlarmConf/saveOrUpdateBatch' \
--header 'Content-Type: application/json' \
--data-raw '{
"boxSerialList": [
"string"
],
"operateFlag": 0,
"memorySpace": 0,
"memoryThreshold": 0,
"memoryInterval": 0,
"cpu": 0,
"cpuThreshold": 0,
"cpuInterval": 0,
"cpuDelay": 0,
"npu": 0,
"npuThreshold": 0,
"npuInterval": 0,
"npuDelay": 0,
"storage": 0,
"storageThreshold": 0,
"storageInterval": 0,
"storageDelay": 0
}'
{
"message": "",
"code": 0,
"data": {}
}