Export active alarms to Excel file
To export the list of all active alarms to the Excel file, perform the following actions:
-
Press the
button in the views panel. -
In the top right corner, press the
button.
REST API
You can export the list of active alarms via REST API with the Generate Excel Report of Active Incidents request.
Request example via curl
login=<...>
password=<...>
saymon_hostname=<...>
url=https://$saymon_hostname/node/api/reports/incidents/excel?filter=%5B%22timestamp%22%2C%7B%22from%22%3A1660472869475%2C%22to%22%3A1660904869477%7D%5D
curl -X GET $url -u $login:$password -o report.xlsx