Hi Team,
I'm trying to get an element name using IP in GQI script.
I tried GetElementByIpMessage but its giving element is unavailable.
Is there a way to get element name using IP in GQI.
Hi Miguel,
Thanks for the response, the Get Elements data source worked for me.
Hi Hari,
If you need to have to get an element name using the IP, you can use the GetInfo message with the ElementInfo type to get information regarding all elements in the DMA. From there, your GQI could look for the element with the corresponding polling IP address and get the element name.
Hope this helps,
Bauti
Hi Hari,
Have you tried using the data source 'Get Elements'? This data source contains the element name and polling IP address. For example, if the result of the adhoc data source contains the IP address, you can perform an inner join with the data source 'Get Elements' to retrieve the name.