Authorization: Bearer ********************
{
"alarmCodeIds": [
"string"
],
"dealName": "string"
}
curl --location --request PUT 'http://ip:port/openApi/api/v2/open/alarms/batch/recovery/alarm' \
--header 'Content-Type: application/json' \
--data-raw '{
"alarmCodeIds": [
"string"
],
"dealName": "string"
}'
{
"code": "string",
"data": {},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}