<?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: Get Network Clients api call doesn't return data in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403709#M986</link>
    <description>&lt;P&gt;That doesn't make any sense. If your networks are combined , getNetworkClients will return ALL clients from the network,  including those from the MX , MS , MR. &lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 20:02:50 GMT</pubDate>
    <dc:creator>Raphael_L</dc:creator>
    <dc:date>2022-03-07T20:02:50Z</dc:date>
    <item>
      <title>Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403701#M978</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm trying to get clients using specific network via &lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-network-clients" target="_self" rel="nofollow noopener noreferrer"&gt;Get Network Clients endpoint&lt;/A&gt;&lt;SPAN&gt; (/networks/&lt;STRONG&gt;{networkId}&lt;/STRONG&gt;/clients) but as a result I don't get any data. At the same time when I try to get clients of specific device(device belongs to network I used in &lt;STRONG&gt;getNetworkClients&lt;/STRONG&gt; endpoint) via &lt;A href="https://developer.cisco.com/meraki/api-v1/#!get-device-clients" target="_self" rel="nofollow noopener noreferrer"&gt;Get Device Clients endpoint&lt;/A&gt; ( /devices/&lt;STRONG&gt;{serial}&lt;/STRONG&gt;/clients) all data about clients of this device is returned correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Does anyone know if there is any difference between these two endpoints in terms of the data they return (&lt;SPAN&gt;getNetworkClients and getDeviceClients&lt;/SPAN&gt;) and what could be the reason that Get Network Clients api call does not return data?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 17:05:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403701#M978</guid>
      <dc:creator>brych126</dc:creator>
      <dc:date>2022-03-07T17:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403702#M979</link>
      <description>&lt;P&gt;The difference is one call is device level and the other network level. So, the device level call would return clients connected to say a single AP based on the serial number you input. The network call would return clients connected to all APs in a network.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 17:09:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403702#M979</guid>
      <dc:creator>Ryan_Miles</dc:creator>
      <dc:date>2022-03-07T17:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403703#M980</link>
      <description>&lt;P&gt;This will return all clients connected to the AP's in the last 5 minutes&lt;/P&gt;&lt;P&gt;Obviously modify query related to your network ID and SSID number&lt;/P&gt;&lt;P&gt;"&lt;A href="https://api.meraki.com/api/v1/networks/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://api.meraki.com/api/v1/networks/&lt;/A&gt;&amp;lt;network ID&amp;gt;/wireless/clientCountHistory?timespan=300&amp;amp;resolution=300&amp;amp;ssid=&amp;lt;SSID&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 17:21:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403703#M980</guid>
      <dc:creator>Abdulaziz Loonat</dc:creator>
      <dc:date>2022-03-07T17:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403704#M981</link>
      <description>&lt;P&gt;I understand this difference. The problem is that I have device connected to specific network and &lt;SPAN&gt;&lt;STRONG&gt;getDeviceClients&lt;/STRONG&gt; endpoint returns clients of this device but &lt;STRONG&gt;getNetworkClients&lt;/STRONG&gt; endpoint doesn't return any data about clients despite the fact that this network accurately contains devices with clients(the device for which I fetched clients via &lt;STRONG&gt;getDeviceClients&lt;/STRONG&gt; endpoint is on this network). Therefore, &lt;STRONG&gt;getNetworkClients&lt;/STRONG&gt; endpoint should also return data...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 17:28:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403704#M981</guid>
      <dc:creator>brych126</dc:creator>
      <dc:date>2022-03-07T17:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403705#M982</link>
      <description>&lt;P&gt;I am not sure if this 100% accurate but it seems to be how I have experienced it.&lt;/P&gt;&lt;P&gt;The network clients requires data to be passed through the router onsite (or is it VPNs?).&lt;/P&gt;&lt;P&gt;I have been able to see clients at the device level, that do not show at the network level, and it seems to be based on some amount of data passing, either through uplinks/VPNs/ or.. Router...&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 17:34:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403705#M982</guid>
      <dc:creator>Andy Mikulas</dc:creator>
      <dc:date>2022-03-07T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403706#M983</link>
      <description>&lt;P&gt;No mention of clients being wireless in this post&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 18:01:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403706#M983</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2022-03-07T18:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403707#M984</link>
      <description>&lt;P&gt;I was able to test both endpoints and they are returning the correct info.  &lt;/P&gt;&lt;P&gt;Are you clients displayed in Network-Wide -&amp;gt; Clients ?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 18:02:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403707#M984</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2022-03-07T18:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403708#M985</link>
      <description>&lt;P&gt;Yes, clients returned via &lt;STRONG&gt;getDeviceClients&lt;/STRONG&gt; endpoint is displayed &lt;SPAN&gt;in Network-Wide -&amp;gt; Client.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But I finally understand what was wrong. MR device is considered as client for MX device and &lt;STRONG&gt;getDeviceClients&lt;/STRONG&gt; endpoint detects it but &lt;STRONG&gt;getNetworkClients &lt;/STRONG&gt;endpoint works only with clients of wireless devices and doesn't return clients of swithes and other types. That was exactly what I was trying to understand. Therefore, I sincerely thank everyone for their help.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 19:58:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403708#M985</guid>
      <dc:creator>brych126</dc:creator>
      <dc:date>2022-03-07T19:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get Network Clients api call doesn't return data</title>
      <link>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403709#M986</link>
      <description>&lt;P&gt;That doesn't make any sense. If your networks are combined , getNetworkClients will return ALL clients from the network,  including those from the MX , MS , MR. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 20:02:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/get-network-clients-api-call-doesn-t-return-data/m-p/5403709#M986</guid>
      <dc:creator>Raphael_L</dc:creator>
      <dc:date>2022-03-07T20:02:50Z</dc:date>
    </item>
  </channel>
</rss>

