<?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: Has getNetworkWirelessConnectionStats stopped working? in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447038#M7331</link>
    <description>&lt;P&gt;Both hosts were already up to date, but I tried forcing the package update just in case, no change though.&lt;/P&gt;&lt;P&gt;Wrote a new and simple script to query a single network, it returns null stats.&lt;/P&gt;&lt;P&gt;I also found running a query via the developer site on a single AP that Dashboard shows plenty of connection activity in the last day also returns a null result.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-device-wireless-connection-stats" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-device-wireless-connection-stats&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now I have a support case open.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 14:54:20 GMT</pubDate>
    <dc:creator>sungod</dc:creator>
    <dc:date>2021-01-21T14:54:20Z</dc:date>
    <item>
      <title>Has getNetworkWirelessDevicesConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447036#M7329</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;with APIv1 and current release of the Meraki Python library.&lt;/P&gt;&lt;P&gt;I have a script that runs daily to gather connection stats for the previous day, I just noticed that since 6-7th January it has been returning empty connection stats.&lt;/P&gt;&lt;P&gt;It's the same on both Mac OS and Centos hosts, so it shouldn't be OS-related. There were no changes to the script. There were a couple of Python package changes (idna and Pillow) but not on/around that date, even so I tried backing out anything this year just in case, makes no difference.&lt;/P&gt;&lt;P&gt;It's affecting all organizations I access.&lt;/P&gt;&lt;P&gt;If I run a query 'manually' via the developer hub page, I do get stats back ok.&lt;/P&gt;&lt;P&gt;The call doesn't fail, it simply returns empty connectionStats for each device, for instance...&lt;/P&gt;&lt;PRE class="lia-code-sample language-python"&gt;&lt;CODE&gt;[{'serial': 'Q3AJ-...', 'connectionStats': None}, {'serial': 'Q3AJ-A...', 'connectionStats': None}, {'serial': 'Q3AJ-H...', 'connectionStats': None}]&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Other API calls on the same orgs/devices all working as usual.&lt;/P&gt;&lt;P&gt;This is the usage...&lt;/P&gt;&lt;PRE class="lia-code-sample language-python"&gt;&lt;CODE&gt;connectstats = await aiomeraki.wireless.getNetworkWirelessDevicesConnectionStats(net['id'], t0=starttime, t1=endtime, ssid=netssid['number'])&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I tried replacing variables with hardcoded parameters identical to what I use on the developer hub, still no data. Stripping down to bare minimum with just the network ID and a timespan is the same, no stats.&lt;/P&gt;&lt;P&gt;The call is 'succeeding' as it returns the device serial numbers, it simply isn't returning any connection stats.&lt;/P&gt;&lt;P&gt;I'm baffled.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 16:04:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447036#M7329</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2021-01-20T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Has getNetworkWirelessConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447037#M7330</link>
      <description>&lt;P&gt;Maybe trying updating the Meraki python library.  Something like:&lt;/P&gt;&lt;P&gt;pip3 install -U meraki&lt;/P&gt;&lt;P&gt;Otherwise you are going to need to open a support case.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 21:05:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447037#M7330</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2021-01-20T21:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Has getNetworkWirelessConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447038#M7331</link>
      <description>&lt;P&gt;Both hosts were already up to date, but I tried forcing the package update just in case, no change though.&lt;/P&gt;&lt;P&gt;Wrote a new and simple script to query a single network, it returns null stats.&lt;/P&gt;&lt;P&gt;I also found running a query via the developer site on a single AP that Dashboard shows plenty of connection activity in the last day also returns a null result.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-device-wireless-connection-stats" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/#!get-device-wireless-connection-stats&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now I have a support case open.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:54:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447038#M7331</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2021-01-21T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Has getNetworkWirelessDevicesConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447039#M7332</link>
      <description>&lt;P&gt;Update&lt;/P&gt;&lt;P&gt;Case open and with engineering team.&lt;/P&gt;&lt;P&gt;Out of interest, does this call work for anyone? I've tried on three different orgs with the same results.&lt;/P&gt;&lt;P&gt;To test...&lt;/P&gt;&lt;P&gt;Login to Dashboard for an organization, then try this url, substituting the appropriate network ID:&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v1/networks/PUT_NETWORK_ID_HERE/wireless/devices/connectionStats?timespan=86400" target="_blank" rel="noopener nofollow noreferrer"&gt;https://api.meraki.com/api/v1/networks/&lt;EM&gt;PUT_NETWORK_ID_HERE&lt;/EM&gt;/wireless/devices/connectionStats?timespan=86400&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the response, I get...&lt;/P&gt;&lt;PRE&gt;[{"serial":"xxxx-xxxx-xxxx","connectionStats":null},{"serial":"xxxx-xxxx-xxxx","connectionStats":null},{"serial":"xxxx-xxxx-xxxx","connectionStats":null},{"serial":"xxxx-xxxx-xxxx","connectionStats":null},{"serial":"xxxx-xxxx-xxxx","connectionStats":null}]&lt;/PRE&gt;&lt;P&gt;The V0 endpoint is still working, same network as above...&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.meraki.com/api/v0/networks/PUT_NETWORK_ID_HERE/devices/connectionStats?timespan=86400" target="_blank" rel="noopener nofollow noreferrer"&gt;https://api.meraki.com/api/v0/networks/&lt;EM&gt;PUT_NETWORK_ID_HERE&lt;/EM&gt;/devices/connectionStats?timespan=86400&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;[{"serial":"xxxx-xxxx-xxxx","connectionStats":{"assoc":11,"auth":16,"dhcp":0,"dns":0,"success":179}},{"serial":"xxxx-xxxx-xxxx","connectionStats":{"assoc":0,"auth":18,"dhcp":0,"dns":1,"success":254}},{"serial":"xxxx-xxxx-xxxx","connectionStats":{"assoc":23,"auth":25,"dhcp":2,"dns":1,"success":133}},{"serial":"xxxx-xxxx-xxxx","connectionStats":{"assoc":9,"auth":13,"dhcp":0,"dns":0,"success":157}},{"serial":"xxxx-xxxx-xxxx","connectionStats":{"assoc":10,"auth":6,"dhcp":1,"dns":1,"success":117}}]&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Jan 2021 14:20:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447039#M7332</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2021-01-27T14:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Has getNetworkWirelessDevicesConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447040#M7333</link>
      <description>&lt;P&gt;Yes there is def an issue, glad to find someone else complaining of same. Thought maybe something changed with the Python library causing the issue, but also confirmed in Postman - this call is always returing Null for every AP serial. Its doing this for both &lt;SPAN&gt;/networks/&lt;STRONG&gt;{networkId}&lt;/STRONG&gt;/wireless/devices/connectionStats&lt;/SPAN&gt; and  &lt;SPAN&gt;/networks/&lt;STRONG&gt;{networkId}&lt;/STRONG&gt;/wireless/devices/latencyStats&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Was about to open case as well. This definitely worked at some point&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 14:12:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447040#M7333</guid>
      <dc:creator>Scott Irey</dc:creator>
      <dc:date>2021-02-04T14:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Has getNetworkWirelessDevicesConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447041#M7334</link>
      <description>&lt;P&gt;Thanks for confirming it's not just our organizations affected.&lt;/P&gt;&lt;P&gt;I suggest open a case too.&lt;/P&gt;&lt;P&gt;With more people affected it may increase efforts to resolve!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 14:20:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447041#M7334</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2021-02-04T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Has getNetworkWirelessDevicesConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447042#M7335</link>
      <description>&lt;P&gt;Can any of the Meraki people on this site get an update on this?&lt;/P&gt;&lt;P&gt;It is now almost four months since this API call stopped working in V1 (the equivalent V0 call works).&lt;/P&gt;&lt;P&gt;There's been a case open since January but support give no updates.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 18:32:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447042#M7335</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2021-04-05T18:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Has getNetworkWirelessDevicesConnectionStats stopped working?</title>
      <link>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447043#M7336</link>
      <description>&lt;P&gt;Sometime since last week this problem has been fixed, I had an update from support.&lt;/P&gt;&lt;P&gt;I've now tested on three orgs (hundreds of networks, thousands of devices), all are now returning data ok using the v1 API.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 08:42:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/has-getnetworkwirelessdevicesconnectionstats-stopped-working/m-p/5447043#M7336</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2021-09-13T08:42:44Z</dc:date>
    </item>
  </channel>
</rss>

