Skip to content

SkylineCommunications/SLC-GQIDS-ServiceAlarms

Repository files navigation

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)

About

Fetches all active alarms for a specific service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages