<?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: Automated reports in Cloud Networking Platform</title>
    <link>https://community.cisco.com/t5/cloud-networking-platform/automated-reports/m-p/5418525#M5963</link>
    <description>&lt;P&gt;Not quite what you are looking for - but Splash Access is a guest portal system, and it has a lot of integrations.  I'm guessing it might have some kind of system to send a report weekly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.splashaccess.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.splashaccess.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Otherwise, if you are keen to use the API ... you basically want this:&lt;/P&gt;&lt;PRE class="lia-code-sample language-python"&gt;&lt;CODE&gt;for client in dashboard.networks.getNetworkClients(net['id'],total_pages='all',timespan=7*86400,vlan=2):
   print(f"\"{client['description']}\" with IP \"{client['ip']}\" made by \"{client['manufacturer']}\" ")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It retrieves all clients in the last 7 days.  There are lots of filters.  This example extracts out all the clients on VLAN2.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 04:10:20 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2024-06-27T04:10:20Z</dc:date>
    <item>
      <title>Automated reports</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/automated-reports/m-p/5418524#M5962</link>
      <description>&lt;P&gt;I know what I want isn't available via the dashboard but I had hoped that there is something available on the Meraki Marketplace that someone can recommend. &lt;/P&gt;&lt;P&gt;What I need is to have a weekly automated report that lists devices connected to our guest network. ( Using Meraki splash page) &lt;/P&gt;&lt;P&gt;If anyone can suggest a 3rd party solution that would be great.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 22:18:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/automated-reports/m-p/5418524#M5962</guid>
      <dc:creator>BlakeRichardson</dc:creator>
      <dc:date>2024-06-26T22:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automated reports</title>
      <link>https://community.cisco.com/t5/cloud-networking-platform/automated-reports/m-p/5418525#M5963</link>
      <description>&lt;P&gt;Not quite what you are looking for - but Splash Access is a guest portal system, and it has a lot of integrations.  I'm guessing it might have some kind of system to send a report weekly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.splashaccess.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.splashaccess.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Otherwise, if you are keen to use the API ... you basically want this:&lt;/P&gt;&lt;PRE class="lia-code-sample language-python"&gt;&lt;CODE&gt;for client in dashboard.networks.getNetworkClients(net['id'],total_pages='all',timespan=7*86400,vlan=2):
   print(f"\"{client['description']}\" with IP \"{client['ip']}\" made by \"{client['manufacturer']}\" ")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It retrieves all clients in the last 7 days.  There are lots of filters.  This example extracts out all the clients on VLAN2.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 04:10:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-networking-platform/automated-reports/m-p/5418525#M5963</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2024-06-27T04:10:20Z</dc:date>
    </item>
  </channel>
</rss>

