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.
Hello, does meraki support any email-sending to sponsors in order to accept/reject the access to an ssid ? I want to be able to write the sponsor email, send him an email and wait for approval
Hello, me and my team will start working on an application that will require concurrent api calls. Until now , i was doing this in python, using the meraki library with it's async package. Now it's discussed if we could do this using javascript, as t...
Hello guys, i tried a workaround today with this callthis call should return that profile parameter which shows the id of the switch profile. The problem is that running this call in postman/ script , with the latest api, is not returning that profil...
Hello, I am facing a task that needs to copy some switch profiles from a config template to an other one. Unfortunately, I see no support for creating/cloning switch profiles using the API. I am missing something ? All i see is an update option of th...
There is one thing i don't understand. How do you use try/except to detect a 429 ? Because theAsyncRestSession code for 429 is this: elif status == 429: wait = 0 if "Retry-After" in response.heade...