<?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: Application data via API in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Application-data-via-API/m-p/103368#M5873</link>
    <description>&lt;P&gt;I managed to solve the problem by debugging in DevTools, where I was able to find a URL that is not in the documentation. If you use the URL: https://{IP}:{PORT}/wsg/api/public/v9_1/trafficAnalysis/client/app/ap&lt;/P&gt;&lt;P&gt;Payload: { "filters": [ { "type": "DOMAIN", "value": "8b2081d5-9662-40d9-a3db-2a3cf4dde3f7" } ], "extraFilters": [ { "type": "RADIOID", "value": "2.4G+5G" }, ], "extraNotFilters": [ { "type": "MONITORINGENABLED", "value": "true" } ], "attributes": [ "tx+rx"&lt;BR /&gt;],&lt;BR /&gt;"extraTimeRange": {&lt;BR /&gt;"start": 1741278899518,&lt;BR /&gt;"end": 1741282499518,&lt;BR /&gt;"interval": 180000&lt;BR /&gt;},&lt;BR /&gt;"options": {},&lt;BR /&gt;"limit": 10,&lt;BR /&gt;"page": 1&lt;BR /&gt;}&lt;BR /&gt;response = requests.post(URL, json=payload, params=PARAMS, verify=False)&lt;/P&gt;&lt;P&gt;if response.status_code == 200:&lt;BR /&gt;data = response.json()&lt;BR /&gt;for data in data.get('list', []):&lt;BR /&gt;site = data.get('key')&lt;BR /&gt;traffic = data.get('value')&lt;BR /&gt;traffic_convert = convert_bytes(traffic)&lt;/P&gt;&lt;P&gt;print(f"Site: {site}, Traffic: {traffic_convert}")&lt;/P&gt;&lt;P&gt;Iran get information about application traffic&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 20:47:47 GMT</pubDate>
    <dc:creator>ygorsm</dc:creator>
    <dc:date>2025-03-06T20:47:47Z</dc:date>
    <item>
      <title>Application data via API</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Application-data-via-API/m-p/103358#M5871</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My company is using SmartZone Virtual High Scale version 5.2.2.0.1563. I am trying to set up an API call that pulls application traffic via WLAN or Access Point. I have already searched all the API documentation and found nothing related to this information, I would really like to be able to extract this information, as I collect a lot of information from my controller to export to Dashboards in Grafana.&lt;BR /&gt;Here are some examples:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ygorsm_1-1741280929089.png" style="width: 388px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/15108iB0EC1D30A3230942/image-dimensions/388x425/is-moderation-mode/true?v=v2" width="388" height="425" role="button" title="ygorsm_1-1741280929089.png" alt="ygorsm_1-1741280929089.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With Ruckus AI&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ygorsm_2-1741280983428.png" style="width: 678px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/15109iBB1E74F973AD3BB6/image-dimensions/678x226/is-moderation-mode/true?v=v2" width="678" height="226" role="button" title="ygorsm_2-1741280983428.png" alt="ygorsm_2-1741280983428.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 17:10:36 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Application-data-via-API/m-p/103358#M5871</guid>
      <dc:creator>ygorsm</dc:creator>
      <dc:date>2025-03-06T17:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Application data via API</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Application-data-via-API/m-p/103368#M5873</link>
      <description>&lt;P&gt;I managed to solve the problem by debugging in DevTools, where I was able to find a URL that is not in the documentation. If you use the URL: https://{IP}:{PORT}/wsg/api/public/v9_1/trafficAnalysis/client/app/ap&lt;/P&gt;&lt;P&gt;Payload: { "filters": [ { "type": "DOMAIN", "value": "8b2081d5-9662-40d9-a3db-2a3cf4dde3f7" } ], "extraFilters": [ { "type": "RADIOID", "value": "2.4G+5G" }, ], "extraNotFilters": [ { "type": "MONITORINGENABLED", "value": "true" } ], "attributes": [ "tx+rx"&lt;BR /&gt;],&lt;BR /&gt;"extraTimeRange": {&lt;BR /&gt;"start": 1741278899518,&lt;BR /&gt;"end": 1741282499518,&lt;BR /&gt;"interval": 180000&lt;BR /&gt;},&lt;BR /&gt;"options": {},&lt;BR /&gt;"limit": 10,&lt;BR /&gt;"page": 1&lt;BR /&gt;}&lt;BR /&gt;response = requests.post(URL, json=payload, params=PARAMS, verify=False)&lt;/P&gt;&lt;P&gt;if response.status_code == 200:&lt;BR /&gt;data = response.json()&lt;BR /&gt;for data in data.get('list', []):&lt;BR /&gt;site = data.get('key')&lt;BR /&gt;traffic = data.get('value')&lt;BR /&gt;traffic_convert = convert_bytes(traffic)&lt;/P&gt;&lt;P&gt;print(f"Site: {site}, Traffic: {traffic_convert}")&lt;/P&gt;&lt;P&gt;Iran get information about application traffic&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 20:47:47 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/Application-data-via-API/m-p/103368#M5873</guid>
      <dc:creator>ygorsm</dc:creator>
      <dc:date>2025-03-06T20:47:47Z</dc:date>
    </item>
  </channel>
</rss>

