{
"storageThreshold": 0,
"storageAlarmTimeInterval": 0,
"cpuUsageThreshold": 0,
"cpuAlarmTimeInterval": 0,
"cpuAlarmDelayTime": 0,
"npuUsageThreshold": 0,
"npuAlarmTimeInterval": 0,
"npuAlarmDelayTime": 0,
"memoryUsageThreshold": 0,
"memoryAlarmTimeInterval": 0,
"memoryAlarmDelayTime": 0
}
curl --location --request POST 'http://192.168.16.9:31848/g6mirgicbox-base/alarm/getBoxAlarmConfigInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"storageThreshold": 0,
"storageAlarmTimeInterval": 0,
"cpuUsageThreshold": 0,
"cpuAlarmTimeInterval": 0,
"cpuAlarmDelayTime": 0,
"npuUsageThreshold": 0,
"npuAlarmTimeInterval": 0,
"npuAlarmDelayTime": 0,
"memoryUsageThreshold": 0,
"memoryAlarmTimeInterval": 0,
"memoryAlarmDelayTime": 0
}'
{
"message": "",
"code": 0,
"data": {}
}