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.
Hi,I need to update the dot11r settings for my network.The code I used to update the settings are:response = dashboard.wireless.updateNetworkWirelessSsid(n['id'], ssid['number'],ssid['dot11r']= {'enabled': True, 'adaptive': True})Python error message...
Got it workinig with following code.response = dashboard.wireless.updateNetworkWirelessSsid(n['id'], ssid['number'],dot11r={'enabled': True, 'adaptive': True})Thank you!
I tried again with new code.response = dashboard.wireless.updateNetworkWirelessSsid(n['id'], ssid['number'],dot11r=[{'enabled': True, 'adaptive': True}])Here is what I got.meraki.exceptions.APIError: wireless, updateNetworkWirelessSsid - 400 Bad Requ...
Why don't you just use errordisable to disable the port and you can set it to recover after 1 mins and it will just give them chance to call you instead of storm.