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, I'm getting my feet wet on new Meraki SDK. I'm having trouble understanding how to call different functions from this link.What is the logic for e.g. function getNetworkDeviceManagementInterfaceSettings()?import meraki
api_key = '<api_key>'
m...
I tried to use different function from that class to update mgmt interface, but It doesn't work for me. What am I doing wrong? How can I update interface WAN2?below is just a portion of code. data = {'wan1': {'wanEnabled': 'not configured', 'usingSta...