API Guide

Table Of Contents
Alerts
Topics:
Alert logs
Alert policies
Alert definitions
Alert logs
/api/AlertService/Alerts
This URI represents the alerts.
Table 47. Filters
Filter name Description
Top Top records to return. Default value is 100.
Skip Max records to skip. Default value is 0.
Orderby Order to apply to the output.
Id Filter by event ID. Default value is 0.
AlertDeviceId Filter by device ID. Default value is 0.
AlertDeviceIdentifier Filter by device identifier.
AlertDeviceType Filter by device type. Default value is 0.
SeverityType Filter by severity type. Default value is 0.
StatusType Filter by status type. Default value is 0.
CategoryId Filter by category ID. Default value is 0.
SubCategoryId Filter by subcategory ID. Default value is 0.
SubCategoryName Filter by subcategory name.
Message Filter by message.
TimeStampBegin Filter by starting time of alerts.
TimeStampEnd Filter by ending time of alert.
AlertDeviceName Filter by alert device name.
GET method for Alerts
This method returns the alerts that have been received.
Description
Returns alerts that have been received.
Privilege VIEW
HTTP response
codes
200
5
78 Alerts