<?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 Meraki Developers, in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/meraki-developers/m-p/3586555#M9340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meraki Gurus,&lt;/P&gt;&lt;P&gt;I am using python to extract the dashboard client information.&amp;nbsp; The developer's documentation (f&lt;A href="https://documenter.getpostman.com/view/897512/meraki-dashboard-prov-api/2To9xm#e0bf5d3b-5aaf-1c16-7f23-006064581ff4" target="_blank"&gt;ound here&lt;/A&gt;) shows the api access url to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="language-javascript is-highlighted" style="font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 12px; color: #f8f8f2;"&gt;&lt;STRONG style="color: #000080;"&gt;url &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN class="token string" style="color: #a6e22e;"&gt;&lt;STRONG style="color: #000080;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://dashboard.meraki.com/api/v0/devices/" rel="nofollow" target="_blank"&gt;https://dashboard.meraki.com/api/v0/devices/&lt;/A&gt;&lt;SPAN&gt;{{serial}}/clients"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What does "serial" mean in this context? Do I need to tap into a different api to acquire a serial number for a device perhaps? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sorry for asking such a rudimentary question, but I haven't been able to track it down in the documentation.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2019 11:43:30 GMT</pubDate>
    <dc:creator>plditallo</dc:creator>
    <dc:date>2019-03-01T11:43:30Z</dc:date>
    <item>
      <title>Meraki Developers,</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-developers/m-p/3586555#M9340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Meraki Gurus,&lt;/P&gt;&lt;P&gt;I am using python to extract the dashboard client information.&amp;nbsp; The developer's documentation (f&lt;A href="https://documenter.getpostman.com/view/897512/meraki-dashboard-prov-api/2To9xm#e0bf5d3b-5aaf-1c16-7f23-006064581ff4" target="_blank"&gt;ound here&lt;/A&gt;) shows the api access url to be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="language-javascript is-highlighted" style="font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 12px; color: #f8f8f2;"&gt;&lt;STRONG style="color: #000080;"&gt;url &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN class="token string" style="color: #a6e22e;"&gt;&lt;STRONG style="color: #000080;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://dashboard.meraki.com/api/v0/devices/" rel="nofollow" target="_blank"&gt;https://dashboard.meraki.com/api/v0/devices/&lt;/A&gt;&lt;SPAN&gt;{{serial}}/clients"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What does "serial" mean in this context? Do I need to tap into a different api to acquire a serial number for a device perhaps? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sorry for asking such a rudimentary question, but I haven't been able to track it down in the documentation.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 11:43:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-developers/m-p/3586555#M9340</guid>
      <dc:creator>plditallo</dc:creator>
      <dc:date>2019-03-01T11:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki Developers,</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-developers/m-p/3586556#M9341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anyone following this thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find a serial number to test with, go to the live Meraki Dashboard. Under "Security Appliance"--&amp;gt;"Appliance Status", you will see the Serial number.&amp;nbsp; Use this value when building the URL.&amp;nbsp; The example above is incomplete&amp;nbsp; because this method does require that a timespan is supplied.&amp;nbsp; The true URL will look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dashboard.meraki.com/api/v0/devices/QQQQ-ZZZZ-YYYY/clients?timespan=86400" title="https://dashboard.meraki.com/api/v0/devices/QQQQ-ZZZZ-YYYY/clients?timespan=86400"&gt;https://dashboard.meraki.com/api/v0/devices/QQQQ-ZZZZ-YYYY/clients?timespan=86400&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 15:25:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-developers/m-p/3586556#M9341</guid>
      <dc:creator>plditallo</dc:creator>
      <dc:date>2017-10-09T15:25:04Z</dc:date>
    </item>
  </channel>
</rss>

