Authorization: ********************{
"alertUserList": [
{
"alertUserId": 0,
"alertType": -127,
"status": 0
}
],
"stationIds": [
"string"
],
"alertType": -127,
"status": 0,
"appId": "string"
}curl --location --request POST '/management/alert-rule/add' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"alertUserList": [
{
"alertUserId": 0,
"alertType": -127,
"status": 0
}
],
"stationIds": [
"string"
],
"alertType": -127,
"status": 0,
"appId": "string"
}'{
"code": "",
"msg": "",
"data": {
"id": 0,
"stationNames": "",
"alertType": 0,
"status": 0,
"createTime": "",
"modifyTime": "",
"tenantId": "",
"appId": ""
},
"stackTraceMsg": ""
}