Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 960 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 960 Bytes

GQIDSServiceAlarms

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.

Installation

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.

Usage

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.

Query builder

Available columns:

  • ID (String)
  • Element (String)
  • Parameter (String)
  • Value (String)
  • Time (DateTime)
  • Severity (String)
  • Owner (String)