<?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: problems with large scale usage of Meraki API? in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423566#M3875</link>
    <description>&lt;P&gt;Going sideways, you should check out the new "Automation" engine as well.  I'm starting to use this instead of scripting for some tasks now.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Platform_Management/Workflows/Automation_Rules" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Platform_Management/Workflows/Automation_Rules&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipDAth_0-1767553482926.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/264631iE90B0E41A72F887F/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>Sun, 04 Jan 2026 19:04:49 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2026-01-04T19:04:49Z</dc:date>
    <item>
      <title>problems with large scale usage of Meraki API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423564#M3873</link>
      <description>&lt;P&gt;Hi all -&lt;/P&gt;&lt;P&gt;We have been using the Meraki API for several years very effectively and it has been a big reason we have strategically decided to standardize on Meraki at the edge and for WiFi - so our scale of use is increasing significantly from dozens to many hundreds or ultimately thousands of devices.&lt;/P&gt;&lt;P&gt;We are running into friction because some of the API behaviors that work well at a small scale have surprising problems with more devices and data.&lt;/P&gt;&lt;P&gt;For example, it looks like some (or possibly many) API endpoints simply don't support pagination.&lt;/P&gt;&lt;P&gt;I just opened a support case and was told that pagination support is simply missing from &lt;SPAN&gt;alerts/history:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.meraki.com/api/v1/networks/{NET_ID}/alerts/history" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api.meraki.com/api/v1/networks/{NET_ID}/alerts/history&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and in reading other forum posts it looks like there are questionable implementations where filter policy is applied per-page rather than across all results - making some valuable data very difficult to access through API&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am encouraged to see that the Meraki API is broadly used - and for many things, the value is high - but I want to find out if others have encountered the same types of scaling problems I describe with managing many hundreds of devices? And have your efforts to work with Meraki to get the problems solved been effective?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 18:28:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423564#M3873</guid>
      <dc:creator>paulpharr</dc:creator>
      <dc:date>2025-12-31T18:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: problems with large scale usage of Meraki API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423565#M3874</link>
      <description>&lt;P&gt;Happy new year!&lt;/P&gt;&lt;P&gt;Thank you for sharing your experience and raising these important points about scaling with the Meraki API. I appreciate the feedback.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regarding &lt;EM&gt;getNetworkAlertsHistory&lt;/EM&gt;, it does support pagination, although the implementation is a legacy one. While the expected "link" attribute is missing from the response headers (which can make navigation less intuitive), you can still paginate through results using the &lt;EM&gt;perPage&lt;/EM&gt;, &lt;EM&gt;startingAfter&lt;/EM&gt;, and &lt;EM&gt;endingBefore&lt;/EM&gt; parameters.&lt;/P&gt;&lt;P&gt;This approach allows you to request the next or previous set of results, even though it may not follow the standard pattern seen in other endpoints. It's possible this is a legacy behavior and may improve in future updates.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;"&lt;EM&gt;I just opened a support case and was told that pagination support is simply missing from alerts/history&lt;/EM&gt;" - &lt;SPAN&gt;Can you share the case number please? I'd like to understand the reasons you were given this answer.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The &lt;EM&gt;getNetworkAlertsHistory&lt;/EM&gt; operation is not widely used. What information are you trying to obtain from it?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;You mentioned this is one example. Have you noticed challenges with any other operations?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 01 Jan 2026 16:33:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423565#M3874</guid>
      <dc:creator>obrigg</dc:creator>
      <dc:date>2026-01-01T16:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: problems with large scale usage of Meraki API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423566#M3875</link>
      <description>&lt;P&gt;Going sideways, you should check out the new "Automation" engine as well.  I'm starting to use this instead of scripting for some tasks now.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/Platform_Management/Workflows/Automation_Rules" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/Platform_Management/Workflows/Automation_Rules&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PhilipDAth_0-1767553482926.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/264631iE90B0E41A72F887F/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>Sun, 04 Jan 2026 19:04:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423566#M3875</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2026-01-04T19:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: problems with large scale usage of Meraki API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423567#M3876</link>
      <description>&lt;P&gt;If you are pulling a lot of data, using the perPage='1000' helps runtime / call performance. &lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 16:09:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/problems-with-large-scale-usage-of-meraki-api/m-p/5423567#M3876</guid>
      <dc:creator>JamesGill5290</dc:creator>
      <dc:date>2026-01-05T16:09:30Z</dc:date>
    </item>
  </channel>
</rss>

