<?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: AP Counts and Change Logger in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/AP-Counts-and-Change-Logger/m-p/108036#M5975</link>
    <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Hello Dylan,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;To get a list of the APs on the network using the vSZ API, you can use the following steps:&lt;/FONT&gt;&lt;/P&gt;&lt;UL class="lia-list-style-type-square"&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Request Headers&lt;/U&gt;: You need to include the following headers in your request:&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Key: Content-type &amp;amp; Value: application/json&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Request Parameters&lt;/U&gt;: You can use query parameters to filter the results. For example, you can filter by zoneId, listSize, index, and domainId.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Example Request&lt;/U&gt;: Here is an example of how to use curl to make the request:&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;curl -b /tmp/headers.txt -k -X GET -H "Content-type: application/json" '&lt;A href="https://192.168.1.x:7443/api/public/v3_0/aps?zoneId=e66564d6-af39-4b41-9b97-4032a20cd5e3" target="_blank"&gt;https://192.168.1.x:7443/api/public/v3_0/aps?zoneId=e66564d6-af39-4b41-9b97-4032a20cd5e3&lt;/A&gt;'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;In this example, replace 192.168.1.x with the IP address of your vSZ and e66564d6-af39-4b41-9b97-4032a20cd5e3 with the appropriate zoneId.&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Response&lt;/U&gt;: If the request is successful, you will receive a "Status: 200 OK" response. The response body will provide information about all the APs in the specified zone.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Thank you,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Debadrita Paul.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 12:05:57 GMT</pubDate>
    <dc:creator>Debadrita</dc:creator>
    <dc:date>2025-07-24T12:05:57Z</dc:date>
    <item>
      <title>AP Counts and Change Logger</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/AP-Counts-and-Change-Logger/m-p/105692#M5917</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I'm currently trying to write a script (preferably Python) that first counts the number of APs on my network. Next, every time this network is changed, I'd like to re-run the count script and log whether there are still the same number of APs on the network or not. I've looked through the Virtual SmartZone API and haven't found much on how to get a list of the APs on the network, I've only found requests that retrieve the list of zones.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 14:17:16 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/AP-Counts-and-Change-Logger/m-p/105692#M5917</guid>
      <dc:creator>dylan</dc:creator>
      <dc:date>2025-05-21T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: AP Counts and Change Logger</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/AP-Counts-and-Change-Logger/m-p/108036#M5975</link>
      <description>&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Hello Dylan,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;To get a list of the APs on the network using the vSZ API, you can use the following steps:&lt;/FONT&gt;&lt;/P&gt;&lt;UL class="lia-list-style-type-square"&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Request Headers&lt;/U&gt;: You need to include the following headers in your request:&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Key: Content-type &amp;amp; Value: application/json&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Request Parameters&lt;/U&gt;: You can use query parameters to filter the results. For example, you can filter by zoneId, listSize, index, and domainId.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Example Request&lt;/U&gt;: Here is an example of how to use curl to make the request:&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;curl -b /tmp/headers.txt -k -X GET -H "Content-type: application/json" '&lt;A href="https://192.168.1.x:7443/api/public/v3_0/aps?zoneId=e66564d6-af39-4b41-9b97-4032a20cd5e3" target="_blank"&gt;https://192.168.1.x:7443/api/public/v3_0/aps?zoneId=e66564d6-af39-4b41-9b97-4032a20cd5e3&lt;/A&gt;'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="3"&gt;In this example, replace 192.168.1.x with the IP address of your vSZ and e66564d6-af39-4b41-9b97-4032a20cd5e3 with the appropriate zoneId.&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="times new roman,times" size="3"&gt;&lt;U&gt;Response&lt;/U&gt;: If the request is successful, you will receive a "Status: 200 OK" response. The response body will provide information about all the APs in the specified zone.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Thank you,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="3"&gt;Debadrita Paul.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 12:05:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/AP-Counts-and-Change-Logger/m-p/108036#M5975</guid>
      <dc:creator>Debadrita</dc:creator>
      <dc:date>2025-07-24T12:05:57Z</dc:date>
    </item>
  </channel>
</rss>

