Hi Team,
I would want to get all the active alarms for an element under a service using adhoc GQI.
var requestMsg = new GetActiveAlarmsMessage(){ElementID = elementId};
I tried the above but it giving the alarm for the element outside of service. Is it possible to get inside a specific service
Miguel Obregon [SLC] [DevOps Catalyst] Answered question 1st November 2024
Hi Hari,
You can take a look at the following Adhoc data source:
SkylineCommunications/SLC-GQIDS-ServiceAlarms: Fetches all active alarms for a specific service
Hope it helps.
Miguel Obregon [SLC] [DevOps Catalyst] Answered question 1st November 2024