Hi Team,
I'm trying to check if an element is active or not using dms send message in adhoc GQI.
Is it possible to get that info?
Thanks
Hari priya Venkatesan [DevOps Advocate] Selected answer as best 18th November 2024
Hi Hari,
Is it not an option to use the default data source Get Elements to retrieve the state of an element? You can perform an inner join between the result of the ad-hoc data source and the result of 'Get Elements' to get the element state.
Hope it helps.
Hari priya Venkatesan [DevOps Advocate] Edited comment 18th November 2024
Hi Miguel,
Thanks for the response. Actually i'm trying to get the elements inside each service and check if all the elements in that service is active or not cumulatively. For which i'm writing custom data source. So do we have any method which gives us the state of elements in a custom GQI using dms send message