<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic XMC API Graphql directed query in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-api-graphql-directed-query/m-p/99924#M10138</link>
    <description>&lt;P&gt;Hi, I have the following query, for which i would like to retrieve all the information below for a specific site-id. The whole graphql query structure is a bit confusing. Where in this query would i specify the siteId:424 to return information only for this specific site?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;query {
  network {
    devices {
     ip
     sysName
      deviceData{
        vendor
        serialNumber
        family
        subFamily
        status
      }
      siteData{
        siteName
      }
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 14:41:22 GMT</pubDate>
    <dc:creator>Johnny69</dc:creator>
    <dc:date>2024-04-05T14:41:22Z</dc:date>
    <item>
      <title>XMC API Graphql directed query</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-api-graphql-directed-query/m-p/99924#M10138</link>
      <description>&lt;P&gt;Hi, I have the following query, for which i would like to retrieve all the information below for a specific site-id. The whole graphql query structure is a bit confusing. Where in this query would i specify the siteId:424 to return information only for this specific site?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;query {
  network {
    devices {
     ip
     sysName
      deviceData{
        vendor
        serialNumber
        family
        subFamily
        status
      }
      siteData{
        siteName
      }
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 14:41:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-api-graphql-directed-query/m-p/99924#M10138</guid>
      <dc:creator>Johnny69</dc:creator>
      <dc:date>2024-04-05T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: XMC API Graphql directed query</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-api-graphql-directed-query/m-p/99938#M10140</link>
      <description>&lt;P&gt;you can use &lt;STRONG&gt;siteId&lt;/STRONG&gt;, but is not much use behind, because is the DB table reference. Is better to use the &lt;STRONG&gt;SitePath&lt;/STRONG&gt;. This gives you the unique pass where the device is located.&lt;/P&gt;&lt;P&gt;you can call in example&lt;BR /&gt;{&lt;BR /&gt;network {&lt;BR /&gt;devices {&lt;BR /&gt;ip&lt;BR /&gt;sysName&lt;BR /&gt;sitePath&lt;BR /&gt;status&lt;BR /&gt;deviceData {&lt;BR /&gt;vendor&lt;BR /&gt;serialNumber&lt;BR /&gt;family&lt;BR /&gt;subFamily&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;you get the site path and you can look for all the devices in this site only.&lt;BR /&gt;{&lt;BR /&gt;network {&lt;BR /&gt;devicesBySiteLocation(location: "/World/Local") {&lt;BR /&gt;ip&lt;BR /&gt;sysName&lt;BR /&gt;deviceDisplayFamily&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 07:04:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-api-graphql-directed-query/m-p/99938#M10140</guid>
      <dc:creator>Markus_Nikulski</dc:creator>
      <dc:date>2024-04-08T07:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: XMC API Graphql directed query</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-api-graphql-directed-query/m-p/100086#M10162</link>
      <description>&lt;P&gt;I Noticed that some of the newer devices only returns 'Extreme' when queried for&amp;nbsp;deviceDisplayType, while all the older switches return their model name. Is there any other field i should query to get the model for these newer switches?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 10:38:34 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-api-graphql-directed-query/m-p/100086#M10162</guid>
      <dc:creator>Johnny69</dc:creator>
      <dc:date>2024-04-23T10:38:34Z</dc:date>
    </item>
  </channel>
</rss>

