{
"taskId": "string",
"nodeId": "string",
"alarmSettings": [
{
"type": "TASK",
"open": true,
"key": "TASK_STATUS_ERROR",
"sort": 0,
"notify": [
"SYSTEM"
],
"interval": 0,
"unit": "MS",
"params": {
"property1": {},
"property2": {}
}
}
],
"alarmRules": [
{
"key": "TASK_STATUS_ERROR",
"point": 0,
"equalsFlag": 0,
"ms": 0
}
]
}curl --location 'https://m1.apifoxmock.com/m1/1293445-0-default/api/alarm/updateTaskAlarm' \
--header 'Content-Type: application/json' \
--data '{
"taskId": "string",
"nodeId": "string",
"alarmSettings": [
{
"type": "TASK",
"open": true,
"key": "TASK_STATUS_ERROR",
"sort": 0,
"notify": [
"SYSTEM"
],
"interval": 0,
"unit": "MS",
"params": {
"property1": {},
"property2": {}
}
}
],
"alarmRules": [
{
"key": "TASK_STATUS_ERROR",
"point": 0,
"equalsFlag": 0,
"ms": 0
}
]
}'{
"reqId": "string",
"ts": 0,
"code": "string",
"message": "string",
"data": {}
}