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

Headers

  • Authorization: Bearer {hash string returned from Authentication}

Sample Request Model

[
  {
    "key": "notes"
    "value": "<any text>" 
  }
]