This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

A simple SWQL query to gather the Engines Table information from EOC for all underlying sites?

How can I gather information from underlying sites through EOC? For example, a quick list of the Engines Table for each site.

Parents
  • 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

Reply
  • 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

Children
No Data