How can I gather information from underlying sites through EOC? For example, a quick list of the Engines Table for each site.
How can I gather information from underlying sites through EOC? For example, a quick list of the Engines Table for each site.
hi steven,
from everything i see, if you just add [instancesiteid] into your query, it is an inherit property on most tables... well, all that ive seen.
i tested it on a handful and searched this property in swql and its most tables.
SELECT TOP 100 [data].[Caption] AS [Caption],[data].[IP_Address] AS [IP_Address],[data].[InstanceSiteId] AS [InstanceSiteId]
FROM orion.nodes AS data
hi steven,
from everything i see, if you just add [instancesiteid] into your query, it is an inherit property on most tables... well, all that ive seen.
i tested it on a handful and searched this property in swql and its most tables.
SELECT TOP 100 [data].[Caption] AS [Caption],[data].[IP_Address] AS [IP_Address],[data].[InstanceSiteId] AS [InstanceSiteId]
FROM orion.nodes AS data
SolarWinds solutions are rooted in our deep connection to our user base in the THWACK® online community. More than 200,000 members are here to solve problems, share technology and best practices, and directly contribute to our product development process.