Quantcast
Channel: THWACK: Message List
Viewing all articles
Browse latest Browse all 20518

Re: In SWQL Studio, how to find the groups an application belongs to?

$
0
0

Thank you juniordev. I managed to find what I needed with the following query:

 

SELECT app.NodeID as NodeId, app.ApplicationID as AppID, app.FullyQualifiedName as AppName, c.Name as GroupName

FROM  Orion.APM.Application app

LEFT JOIN Orion.ContainerMemberSnapshots cms on cms.MemberUri = app.Uri

LEFT JOIN Orion.Container c on c.ContainerID = cms.ContainerID


Viewing all articles
Browse latest Browse all 20518

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>