<?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 Re: How do I get a list of all MACs from all End-System Groups (GraphQL)? in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-do-i-get-a-list-of-all-macs-from-all-end-system-groups/m-p/120526#M12850</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is API call to get all your groups:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;query{accessControl{allGroups {
  GetType
  description
  name
}}}&lt;/LI-CODE&gt;&lt;P&gt;here is API call to get content of you group:&lt;/P&gt;&lt;HR /&gt;&lt;LI-CODE lang="markup"&gt;query{
  accessControl {
    group(name: "Blacklist") {
      values
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Oct 2025 21:46:52 GMT</pubDate>
    <dc:creator>Zdeněk_Pala</dc:creator>
    <dc:date>2025-10-16T21:46:52Z</dc:date>
    <item>
      <title>How do I get a list of all MACs from all End-System Groups (GraphQL)?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-do-i-get-a-list-of-all-macs-from-all-end-system-groups/m-p/120520#M12849</link>
      <description>&lt;P&gt;I'm trying to pull a list of all MAC addresses for all End-System Groups within SiteEngine in order to compare them to our asset inventory.&lt;/P&gt;&lt;P&gt;I've tried using GraphQL to pull a list of all the MAC addresses using the following query:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;    query AccessControl {
      accessControl {
        allEndSystemMacs
      }
    }&lt;/LI-CODE&gt;&lt;P&gt;I do get a list of MACs with that query.&amp;nbsp; The problem is that this pulls all MAC addresses for anything that has attempted to connect to the NAC, not just the MACs under the End-System Groups - so my list is full of randomized MACs and MACs from rejected connection attempts.&lt;/P&gt;&lt;P&gt;I've looked at 'endSystemInGroups' but that will just return the Group information for a single entry.&lt;/P&gt;&lt;P&gt;Any ideas or is there a simpler method within the GUI that I am missing?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 15:50:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-do-i-get-a-list-of-all-macs-from-all-end-system-groups/m-p/120520#M12849</guid>
      <dc:creator>brs21</dc:creator>
      <dc:date>2025-10-15T15:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get a list of all MACs from all End-System Groups (GraphQL)?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-do-i-get-a-list-of-all-macs-from-all-end-system-groups/m-p/120526#M12850</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;here is API call to get all your groups:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;query{accessControl{allGroups {
  GetType
  description
  name
}}}&lt;/LI-CODE&gt;&lt;P&gt;here is API call to get content of you group:&lt;/P&gt;&lt;HR /&gt;&lt;LI-CODE lang="markup"&gt;query{
  accessControl {
    group(name: "Blacklist") {
      values
    }
  }
}&lt;/LI-CODE&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 21:46:52 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/how-do-i-get-a-list-of-all-macs-from-all-end-system-groups/m-p/120526#M12850</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2025-10-16T21:46:52Z</dc:date>
    </item>
  </channel>
</rss>

