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,here is my questionActually a i made a python script to export a full ports configuration of switch, stored those json data and i would like to uses those data tu push ports configuration to another switch of the same model serial = input('Enter t...
Hi,I would like to create a report with the API to have each week every client who have recently be new on a networkFor that I use the Get Network Client API call.It return some data with this line : "firstSeen": 1518365681,How can i filter this data...
Hi i've got a problem.I would like to update a config on a port of one of my switch with API (python) and i've always got a : HTTP response not OK.from meraki import merakifrom meraki_sdk.meraki_sdk_client import MerakiSdkClientfrom meraki_sdk.models...
Hi,i would like to create a couple of admin in the dashboard with the API.I try with the https://developer.cisco.com/meraki/api/ but i've always have a : 308 you are being redirected.I don't receive email notification and the admin is not createdEx...
Hi, I'm actually doing a personnalized Table to have status of all uplinks in our organizations and I wondered why in this request :get_organization_uplinks_loss_and_latencyThere is No device Name or Network Name return int he JSON. It return the Ne...
I'm not sure if is the problem but in the Documentation there is some underscore in the put request :mx_vlan_ports_controller.update_network_appliance_port(collect)ref: https://developer.cisco.com/meraki/api/#/python/api-endpoints/mx-vlan-ports/updat...
I have update to last version and using the official documentation of API.Anyway i've done what I want with this one https://developer.cisco.com/codeexchange/github/repo/meraki/automation-scripts/