Hello all
I'm trying to build a query that gives me the same as the Alarm Table so i can work on some values related to Services, in the Alarm Table there is an option to show the Affected Services by a specific Alarm, this is the Services Column:
But if i try to build a Query this column does not exist in the Get Alarms
How can I retrieve the same information from the Query ?
For each alarm I need the affected Services, thanks a lot for the help
Hi Tiago,
You'll have to rely on an ad-hoc data source for your GQI query, where you can use an automation script to retrieve data for your GQI query.
RN35701 which is part of DataMiner 10.3.4 will be needed to be able to retrieve the info you need.
Hi Tiago, you can take a look at the repositories on Github to find additional examples of ad hoc datasources. (They are labeled with ‘dataminer-gqi-data-source’)
Thanks a lot for the help, is there already some GQI Data Sources defined ?
The one from the example is a bit limited