Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Starting to get this more and more in a script we've been using for over a year (it uses a few CSV files to build a new network in the dashboard with all the standard settings).The problem started in the function that updates the info for devices in ...
I'm a bit confused by the API Module Versioning...2026 - Meraki Portal What's New & Changelog - Cisco Meraki Developer HubThis site shows Version 1.70.0 as the May 2026 release. This site has always been my go-to for figuring out what API calls are ...
I'm looking around, but I don't see any API for SmartPorts yet? I'm not missing anything, am I? We are building a master "new network" script that automates nearly everything for an admin, and would love to be able to build out the SmartPort profil...
I'm working on a script to update network alerts across our org, and while doing an alert export with the API, I came across this alert:{'type': 'weeklyUmbrella', 'enabled': False, 'alertDestinations': {'emails': [], 'snmp': False, 'allAdmins': False...
We just noticed a warning on the Firmware Upgrades page in our orgs. A bunch of networks with last gen firewalls (MX84, MX100, are getting the warning of "Restricted from versions 18.200 and higher:"Anyone else seeing this warning on their orgs?
Well, shoot. It looks like I needed to add a decent "pause" to my script before making updates to devices that were just claimed in a network. Just added a time.sleep(15) function immediately AFTER the claimNetworkDevices API call (and before any o...
So, it can happen randomly in the loop....I tested this morning, and it gave that 404 error to the first device a few times. Then randomly, when running the script again, the first device made the UpdateDevice API call just fine, and the second devi...
Yeah, wish they had an org-wide search feature...would make things MUCH easier to just export the entire client list for the entire Org to a spreadsheet and then use Excel's filtering to quickly find what you need. Maybe someone has developed someth...
And the documentation is wrong now as well...while logged in with my SAML SSO admin account, I don't see anything in the "Switching-->Configure" section in my test lab that mentions Port Profiles or SmartPorts. I only see any mention of SmartPorts Pr...
Create Network Switch Ports Profile - Meraki Dashboard API v1 - Cisco Meraki Developer HubFound it. It is under Port Profiles in the Early Access API. And we don't have any MS390's or C9300-M switches yet.