Close Alarm
Closes a specified alarm.
- The key is always
notes. - The value describes the reason the alarm was closed.
PUT /assetmgmt/alarms/{alarmId}/close
- Does not accept filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Sample Request Model
[
{"key": "notes"
"value": "<any text>"
}
]