{
"id": 0,
"name": "string",
"type": 0,
"stypeid": 0,
"thresholdRule": "string"
}
curl --location --request POST 'http://172.16.3.245:29880/alarm/threshold/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"type": 0,
"stypeid": 0,
"thresholdRule": "string"
}'
{
"data": {},
"code": 0,
"msg": "success"
}