<?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: Meraki API in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413365#M2351</link>
    <description>&lt;P&gt;&lt;SPAN&gt; GET /networks/{networkId}/appliance/uplink/settings&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i run this command, im getting wan1 and wan2 IP from different setting. It doesnt show the public IP on meraki. Please advise&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2025 02:39:13 GMT</pubDate>
    <dc:creator>abuamran6</dc:creator>
    <dc:date>2025-08-01T02:39:13Z</dc:date>
    <item>
      <title>Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413357#M2343</link>
      <description>&lt;P&gt;Hi, i have a problem when handling alot of MX device multiple places. I want to pull few information like to have all IP Gateway each MX in single interfaces, but MX don't have that features.&lt;/P&gt;&lt;P&gt;Other thing is, to check WAN 1 or WAN 2 which is up or down. I cannot see that.&lt;/P&gt;&lt;P&gt;My question is, is there any solution for this kind of matter. Can Splunk or using API solve this ?&lt;/P&gt;&lt;P&gt;In the matter of Splunk, does Splunk Add-On in Meraki require to purchase or not ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 03:48:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413357#M2343</guid>
      <dc:creator>abuamran6</dc:creator>
      <dc:date>2025-07-24T03:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413358#M2344</link>
      <description>&lt;P&gt;Not sure if this is what you mean.&lt;BR /&gt;Can fetch both WAN IPs; Gateway and Status&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/get-organization-appliance-uplink-statuses/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-organization-appliance-uplink-statuses/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then sort as needed.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 08:13:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413358#M2344</guid>
      <dc:creator>nicdc01</dc:creator>
      <dc:date>2025-07-24T08:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413359#M2345</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/120978"&gt;@nicdc01&lt;/A&gt; , can teach me how to use this method ? As im not very knowledgable using Cisco DevNet. I have try to put my Meraki Org ID. It prompt Error 404&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 08:51:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413359#M2345</guid>
      <dc:creator>abuamran6</dc:creator>
      <dc:date>2025-07-24T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413360#M2346</link>
      <description>&lt;P&gt;Hey;&lt;BR /&gt;Your Org ID can be found on the bottom of any page in your Meraki Dashboard.&lt;BR /&gt;404 is most likely it didnt find the org with the ID you didn't put in.&lt;BR /&gt;&lt;BR /&gt;Append this where it shows &lt;STRONG&gt;{organizationId} &lt;/STRONG&gt; in the URL for the request.&lt;BR /&gt;&lt;BR /&gt;If you are still struggling go through the basics before proceeding any further.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/introduction/#meraki-dashboard-apis" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/introduction/#meraki-dashboard-apis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 09:10:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413360#M2346</guid>
      <dc:creator>nicdc01</dc:creator>
      <dc:date>2025-07-24T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413361#M2347</link>
      <description>&lt;P&gt;The Meraki Dashboard API doesn’t directly expose the gateway IP used by MX for WAN1/WAN2 (only the public IPs, uplink status, and interface config are exposed).&lt;/P&gt;&lt;P&gt;You can use the following APIs:&lt;/P&gt;&lt;P&gt;GET /devices/{serial}/uplink&lt;/P&gt;&lt;P&gt; It returns IP address, public IP, interface type (WAN1 or WAN2), and status (active/inactive/failover). It does not include gateway IP used by ISP, unfortunately.&lt;/P&gt;&lt;P&gt; GET /networks/{networkId}/appliance/uplink/settings&lt;/P&gt;&lt;P&gt; You’ll get static IP configuration (if configured), possibly including gateway, IP, subnet, DNS. You can monitor which WAN is Up/Down with this same Meraki API.&lt;/P&gt;&lt;P&gt;You can aso script it (Python, PowerShell, etc.) to check WAN status for many devices at once, and,y es, Splunk can help visualize and alert on Meraki data.&lt;/P&gt;&lt;P&gt;You’ll need splunk Meraki Add-On.  The Add-on itself is free on Splunkbase. But Splunk Enterprise or Splunk Cloud may incur licensing costs depending on how much data you ingest.&lt;/P&gt;&lt;P&gt;From Meraki side, you do not need to purchase anything additional, it uses your existing API key.&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/5580" target="_blank" rel="nofollow noopener noreferrer"&gt;https://splunkbase.splunk.com/app/5580&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Cisco_Meraki_Add-on_for_Splunk" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Cisco_Meraki_Add-on_for_Splunk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 10:44:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413361#M2347</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-07-24T10:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413362#M2348</link>
      <description>&lt;P&gt;This won't give you everything - but maybe enough?  Try going:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipDAth_0-1753385086342.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264446i8AB939B36D885001/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Click on the "Devices" tab, and then the "+" on the right hand side, and add some extra columns like:&lt;/P&gt;&lt;P&gt;Uplink IP (Port 1)&lt;/P&gt;&lt;P&gt;Uplink IP (Port 2)&lt;/P&gt;&lt;P&gt;Contacted At&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipDAth_1-1753385190542.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264447i0C1AADE36B0E92E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This will allow you to see any WAN interface that is no longer assigned an IP address (likely down) and how long it has been since the device last checked in to the Merai Dashboard.&lt;/P&gt;&lt;P&gt;Not a perfect solution, but maybe enough?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 19:27:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413362#M2348</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2025-07-24T19:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413363#M2349</link>
      <description>&lt;P&gt;Also check out the  "Alert Hub".&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Global_Alerts_Widget" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Global_Alerts_Widget&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipDAth_2-1753385381517.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264448i698E495E368A8940/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipDAth_3-1753385436303.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264450iD17FF9EE262BCDFC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 19:30:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413363#M2349</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2025-07-24T19:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413364#M2350</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/120978"&gt;@nicdc01&lt;/A&gt; , past a week already i have manage to use Meraki API in Postman. I am progress learning alot of things and testing pulling specific data in Meraki.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 02:38:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413364#M2350</guid>
      <dc:creator>abuamran6</dc:creator>
      <dc:date>2025-08-01T02:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Meraki API</title>
      <link>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413365#M2351</link>
      <description>&lt;P&gt;&lt;SPAN&gt; GET /networks/{networkId}/appliance/uplink/settings&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i run this command, im getting wan1 and wan2 IP from different setting. It doesnt show the public IP on meraki. Please advise&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 02:39:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/meraki-api/m-p/5413365#M2351</guid>
      <dc:creator>abuamran6</dc:creator>
      <dc:date>2025-08-01T02:39:13Z</dc:date>
    </item>
  </channel>
</rss>

