Network Platform API

Platform programmability, automation, location analytics, and integrations for Meraki and Catalyst Center.
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Resolved! Rate limiting

Hi!I'm working with the Meraki API and realized I was rate limited. I know I'm allowed 5 calls/second/organization. But, for how long am I rate limited? I would have assumed I'm just rate limited for a second or so but I've been rate limited for a lo...

Linus2 by Community Member
  • 3673 Views
  • 1 replies
  • 0 Helpful votes

I'm currently having an issue where I need to reboot a PoE device. As we don't have access to the "cycle power" button via the API, I am disabling and re-enabling PoE on the device. The problem I'm having is that if I don't wait long enough, between ...

Jason-907 by Level 1
  • 7119 Views
  • 6 replies
  • 0 Helpful votes

Hi all,we have over 700 hundred "MX68CW" deployed. We have done this all by API, which is great but now we need to create a WLAN on most of this MXs. We need to create the SSID, the authentication(WPA2), the password and set the wlan to hidden. Unfor...

codesie by Community Member
  • 3938 Views
  • 2 replies
  • 0 Helpful votes

I am new to using this library, but was excited to see it was available and how much easier it has been than translating curl to requests so far. However, I have run into an oddity that I have been so far unable to explain and am now throwing up a wh...

Hi guys,When creating a VLAN from the dashboard, one can select a group policy that applies to that VLAN.I need to do that from the API, but it seems that create and update vlans endpoints have no attribute for the group policy, is there a way to do ...

Nour_Sabbagh by Community Member
  • 4680 Views
  • 3 replies
  • 1 Helpful votes

Hi all - I am using the update_ports script from https://github.com/meraki/automation-scriptsthis used to work fine when I first used it a couple months ago - now I see a status of 400 in the API history when I run it. The script works fine to grab t...

CiscoDave by Frequent Visitor
  • 6941 Views
  • 6 replies
  • 0 Helpful votes

Max clients per page is 1000, and I have more than 1000 entries I need to retrieve. I can't seem to figure out the parameters to use for specifying a time range, so that I can make multiple calls with different time ranges, and get all of the data. A...