The GQI Data Source is designed to provide information about active alarms within a DataMiner service. By utilizing this data source, you can retrieve a row for each active alarm present in the service.
Make sure to save this class in the DataMiner automation module. Don't forget to compile this as a library since this is not a typical automation script. More info in the docs.
You can use this data source in a dynamic context by linking the input of it to a feed in Dashboards or Low-Code Apps.
Available columns:
- ID (String)
- Element (String)
- Parameter (String)
- Value (String)
- Time (DateTime)
- Severity (String)
- Owner (String)