Next Topic

Previous Topic

Book Contents

Get Alarm

Returns the details of a specified alarm.

GET /assetmgmt/alarms/{alarmId}

Headers

Model Schemas

Field

Datatype

Filterable

Sortable

MonitorType

int

 

AlarmType

string

 

 

Message

string

 

 

AlarmEmail

string

 

TicketId

string

 

 

AdminName

string

 

 

Field

Datatype

Filterable

Sortable

AlarmId

int

 

AgentId

decimal

 

MachineGroup

string

AlertType

int16

 

agentName

string

 

 

AlarmSubject

string

 

 

EventTime

datetime

MonitorAlarmStateId

int16

 

 

Sample Response Model

{
  "Result": {
    "MonitorType": 0,
    "AlarmType": "string",
    "Message": "string",
    "AlarmEmail": "string",
    "TicketId": "string",
    "AdminName": "string",
    "AlarmId": 0,
    "AgentId": 0,
    "MachineGroup": "string",
    "AlertType": 0,
    "agentName": "string",
    "AlarmSubject": "string",
    "EventTime": "2017-08-01T15:52:15.151Z",
    "MonitorAlarmStateId": 0,
    "Attributes": {}
  },
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}