Update Alarm Status and RBP

Update Alarm Status and RBP. Searches existing AlarmId. Returns a 404 error if the Id does not exist. Otherwise, updates the AlarmHistory table.

Path Params
number
required

Numeric ID of the Alarm to get

Body Params

Includes the AlarmId and AlarmComments.

string
enum

Can provide enum value in string or number format [New = 0, Opened = 1, Working = 2, Escalated = 3, Closed = 4, Closed_FalseAlarm = 5, Closed_Resolved = 6, Closed_Unresolved = 7, Closed_Reported = 8, Closed_Monitor = 9]

number

rbp must be in between 0 - 100

Responses

404

alarm not found in database.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json