<?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 Dashboard APIs in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468294#M291729</link>
    <description>&lt;P&gt;Are there any Dashboard APIs that give you the subnet mask of the uplink interfaces?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 22:08:31 GMT</pubDate>
    <dc:creator>jjabson</dc:creator>
    <dc:date>2017-12-20T22:08:31Z</dc:date>
    <item>
      <title>Dashboard APIs</title>
      <link>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468294#M291729</link>
      <description>&lt;P&gt;Are there any Dashboard APIs that give you the subnet mask of the uplink interfaces?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 22:08:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468294#M291729</guid>
      <dc:creator>jjabson</dc:creator>
      <dc:date>2017-12-20T22:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard APIs</title>
      <link>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468295#M291730</link>
      <description>&lt;P&gt;Wow, it looks like this information is missing!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 22:20:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468295#M291730</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2017-12-20T22:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard APIs</title>
      <link>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468296#M291731</link>
      <description>&lt;P&gt;As Phillip has stated, the API call does not appear to return the subnet mask information for an up-link. &lt;/P&gt;&lt;P&gt;My recommendation would be to submit a wish via dashboard and also post the wish in this thread - &lt;A href="https://community.meraki.com/t5/Dashboard-Administration/Make-a-Wish-Requests/m-p/2295#M159" target="_blank"&gt;https://community.meraki.com/t5/Dashboard-Administration/Make-a-Wish-Requests/m-p/2295#M159&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Return an array containing the uplink information for a device.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="ReactCollapse--collapse"&gt;&lt;DIV class="ReactCollapse--content"&gt;&lt;DIV class="apiItem"&gt;HTTP REQUEST&lt;SPAN class="method"&gt;GET&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="path"&gt;/networks/[networkId]/devices/[serial]/uplink&lt;/SPAN&gt; PARAMETERS&lt;UL&gt;None&lt;/UL&gt;SAMPLE REQUEST&lt;DIV class="codeContent"&gt;&lt;PRE&gt;curl -&lt;SPAN class="hljs-keyword"&gt;L&lt;/SPAN&gt; -&lt;SPAN class="hljs-keyword"&gt;H&lt;/SPAN&gt; 'X-Cisco-Meraki-API-Key: &amp;lt;key&amp;gt;' -X GET -&lt;SPAN class="hljs-keyword"&gt;H&lt;/SPAN&gt; 'Content-&lt;SPAN class="hljs-keyword"&gt;Type&lt;/SPAN&gt;: application/json' 'https:&lt;SPAN class="hljs-comment"&gt;//api.meraki.com/api/v0/networks/[networkId]/devices/[serial]/uplink'&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;/DIV&gt;SAMPLE RESPONSE&lt;P class="http_status"&gt;Successful HTTP Status:&lt;SPAN&gt; &lt;/SPAN&gt;200&lt;/P&gt;&lt;DIV class="codeContent"&gt;&lt;PRE&gt;[
  {
  "&lt;SPAN class="hljs-attribute"&gt;interface&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"WAN 1"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;status&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"Active"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;ip&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"10.0.0.0"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;gateway&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"10.0.0.1"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;publicIp&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"123.123.123.1"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;dns&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"8.8.8.8, 8.8.4.4"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;usingStaticIp&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-literal"&gt;true&lt;/SPAN&gt;
  &lt;/SPAN&gt;},
  {
  "&lt;SPAN class="hljs-attribute"&gt;interface&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"WAN 2"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;status&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"Ready"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;ip&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"10.0.4.2"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;gateway&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"10.0.4.1"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;publicIp&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"123.123.123.2"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;dns&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-string"&gt;"8.8.8.8"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  "&lt;SPAN class="hljs-attribute"&gt;usingStaticIp&lt;/SPAN&gt;":&lt;SPAN class="hljs-value"&gt;&lt;SPAN class="hljs-literal"&gt;false&lt;/SPAN&gt;
  &lt;/SPAN&gt;}
]&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Dec 2017 23:42:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468296#M291731</guid>
      <dc:creator>MilesMeraki</dc:creator>
      <dc:date>2017-12-20T23:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard APIs</title>
      <link>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468297#M291732</link>
      <description>&lt;P&gt;Thank the info Gentleman! Much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:18:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/dashboard-apis/m-p/5468297#M291732</guid>
      <dc:creator>jjabson</dc:creator>
      <dc:date>2017-12-21T17:18:19Z</dc:date>
    </item>
  </channel>
</rss>

