{
"category": "HIGH_LEVEL_HAPPENED_WARN",
"id": 0,
"status": "DISABLE",
"type": "IMPORTANT_NOTIFY",
"triggerCondition": {
"severity": "HIGH",
"neverSentMsg": true,
"exceptionEventClosed": true,
"overSolveTime": true,
"solveTimeBefore": 0,
"overResponseTime": true,
"responseTimeBefore": 0
},
"channels": [
"MOBILE_INTERNAL_MSG"
],
"pushUserTypes": [
"ACCEPTABLE_WORK_ORDER_USER"
],
"pushUserExt": {
"selectedOtherPositionIds": [
"string"
]
}
}
curl --location --request POST '/risk/msg-rule/save' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "HIGH_LEVEL_HAPPENED_WARN",
"id": 0,
"status": "DISABLE",
"type": "IMPORTANT_NOTIFY",
"triggerCondition": {
"severity": "HIGH",
"neverSentMsg": true,
"exceptionEventClosed": true,
"overSolveTime": true,
"solveTimeBefore": 0,
"overResponseTime": true,
"responseTimeBefore": 0
},
"channels": [
"MOBILE_INTERNAL_MSG"
],
"pushUserTypes": [
"ACCEPTABLE_WORK_ORDER_USER"
],
"pushUserExt": {
"selectedOtherPositionIds": [
"string"
]
}
}'
0