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.
All,Since the last firmware update we are getting some issues on the switch policies. We have several cisco telephones in our worldwide company, and somehow the traffic is blocked on some phones so the do not register anymore to our call manager. We ...
Hello All, Still struggling with the createNetworkMerakiAuthUser API calls.. There is an option called emailPasswordToUser When set to True it should be able to include the password in the mail, however.... this is not true How can i sent a password...
Hello All...I am in the process of converting all my scripts from 0.9 API to the V1 API. I have both libraries install on my python environment and that is working ... I have difficulty in finding the new API calls related to the old one. The relatio...
Hi There,I am using Python and Meraki API to write scripts to male life easier. I am trying to add serials/devices to my organization but it fails with a connect error in the API. This is weird cause i can make networks and other stuff in my organisa...
Hi there,I have been browsing through the forum and saw one thread for this item, but not using the same code examples. i would like to change the MX VLAN ports using the Python meraki API. This is different than the solution posted here where they u...
Hi,Much easier is it like this :def Create_L7_Firewall(def_network): if new_class_type == "C": try: with open('Vessel-C-SDtraffic-L7.json') as my_file: my_SD_traffic = json.load(my_file) except: ...
Good Morning,The JSON string sent the API Is :{'accountType': 'Client VPN','email': 'edgar.vanrhee@vanoord.com','name': 'Edgar van Rhee','password': 'FakePassword','emailPasswordToUser': True,'authorizations': [{'authorizedZone': 'NLRTM1-JOW', 'expir...
Good Morning,As far as i know it is not possible.... I have been playing around with some parameters setting...Only thing you can change is the lines per pages, timespan and direction. where prev are the last occurranceI am also using this to monitor...
Hi,In my humble opnion you can not change the transmit power with just an APIYou need to change the rfProfile of that specific device (or create a new one) and the attach that profile to the AP https://developer.cisco.com/meraki/api-v1/#!get-network-...