Jan 9 2018
7:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 9 2018
7:56 AM
Python API Rate Limit
To All,
I've created a Python 3.6.1 script which reads all the networks in an org and dumps the network details to a csv file. My issues is, what is the Python 3.6.1 syntax to rate limit the requests to meet Meraki's 5 calls per sec limitation?
The script works, it just fails after while due to to many requests.
Thanks for input.
Solved! Go to solution.
1 Accepted Solution
Jan 9 2018
10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 Replies 2
Jan 9 2018
10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 9 2018
10:48 AM
time.sleep(0.2)
Jan 10 2018
8:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 10 2018
8:35 AM
Thanks for the assistance.

Get notified when there are additional replies to this discussion.