<?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: Wireless Overview - Access Data via API / python sdk in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443787#M6812</link>
    <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 22:27:04 GMT</pubDate>
    <dc:creator>Dale-joyce</dc:creator>
    <dc:date>2024-03-21T22:27:04Z</dc:date>
    <item>
      <title>Wireless Overview - Access Data via API / python sdk</title>
      <link>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443782#M6807</link>
      <description>&lt;P&gt;Hello developers,&lt;/P&gt;&lt;P&gt;is there a way to collect the access points wireless overview data dashboards?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelPh_0-1692627847755.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/263120i57EE2184180BAEBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We would like to extract this information on a regular basis (for reports and monitoring).&lt;/P&gt;&lt;P&gt;I was not able to find either a direct way via api or sdk or a manual way (e.g. the clients time to connect data) yet...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 14:29:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443782#M6807</guid>
      <dc:creator>miph</dc:creator>
      <dc:date>2023-08-21T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Overview - Access Data via API / python sdk</title>
      <link>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443783#M6808</link>
      <description>&lt;P&gt;I'm not aware of any way to collect this summarised data.  To build this yourself from the raw data from be pretty hard.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 19:49:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443783#M6808</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2023-08-21T19:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Overview - Access Data via API / python sdk</title>
      <link>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443784#M6809</link>
      <description>&lt;P&gt;I managed to collect the data via single calls and rebuilded the logic in python&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 08:58:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443784#M6809</guid>
      <dc:creator>miph</dc:creator>
      <dc:date>2023-08-24T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Overview - Access Data via API / python sdk</title>
      <link>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443785#M6810</link>
      <description>&lt;P&gt;hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/95548"&gt;@miph&lt;/A&gt; could you share how did you do it?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 03:35:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443785#M6810</guid>
      <dc:creator>AsterV4</dc:creator>
      <dc:date>2023-11-03T03:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Overview - Access Data via API / python sdk</title>
      <link>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443786#M6811</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/99330"&gt;@AsterV4&lt;/A&gt; - yes of course - not the full code but an approach if this is fine for you.&lt;/P&gt;&lt;P&gt;As &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/340"&gt;@Philip D'Ath&lt;/A&gt; already mentioned its quite difficult to reproduce everything but i extracted the neccessary parts for me...&lt;BR /&gt;&lt;BR /&gt;You need to build a request with&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;headers = &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;'Cookie'&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;'dash_auth=xxx&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;}&lt;BR /&gt;and for example to get the signal quality you need to do something like:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;requests&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;request&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"GET"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;"&amp;lt;base_url&amp;gt;/manage/wireless_insights_network/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;signal_quality_by_client&lt;/SPAN&gt;&lt;SPAN&gt;?timespan=86400&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;'Cookie'&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;'dash_auth=xxx&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;timeout&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;30&lt;/SPAN&gt;&lt;/DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;The dash_auth cookie can be seen in your own calls against the website when browsing - just take a look at the developer tools of your browsersession.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I´m aware that this "solution" will probably be not that stable, because of frontend or backend changes and the refreshing of the dash_auth cookie is also not that handy - but since there is no other current solution this is working much faster than manually searching for the "problematic" networks.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Nov 2023 06:37:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443786#M6811</guid>
      <dc:creator>miph</dc:creator>
      <dc:date>2023-11-03T06:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless Overview - Access Data via API / python sdk</title>
      <link>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443787#M6812</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 22:27:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/wireless-overview-access-data-via-api-python-sdk/m-p/5443787#M6812</guid>
      <dc:creator>Dale-joyce</dc:creator>
      <dc:date>2024-03-21T22:27:04Z</dc:date>
    </item>
  </channel>
</rss>

