Network Platform API

Platform programmability, automation, location analytics, and integrations for Meraki and Catalyst Center.
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Hello Meraki community ,This year, I wrote an article about Ansible and Meraki on Cisco Blog, to illustrate how a concrete usecase could be addressed with Ansible,https://gblogs.cisco.com/fr/reseaux/jai-teste-ansible-pour-meraki/,Here is the translat...

image.jpeg image.jpeg image.jpeg image.jpeg
xvalette by Cisco Employee
  • 3965 Views
  • 1 replies
  • 9 Helpful votes

Ok so have my script to grab all our networks. Now I would like to filter that list by a word in the name. This issue I am having is the list of networks is showing the ID and Name together but on separate lines.id: #1name: #1id: #2name: #2etc...Now ...

Ed Roche by Level 4
  • 2774 Views
  • 3 replies
  • 0 Helpful votes

I'm new to coding and have heard a lot about APIs, but I'm not entirely sure what they are or why they're essential in software development. Can someone explain what is an API development in simple terms and why it's crucial in today's technology lan...

Mary159 by Community Member
  • 7046 Views
  • 6 replies
  • 1 Helpful votes

Good afternoon!I am very new with Python and Meraki API. I am using the Meraki module and I would like to take the output of say the current configuration of a switch port. Then take that data and make look a little easier on the eyes and only show f...

Ed Roche by Level 4
  • 1537 Views
  • 2 replies
  • 0 Helpful votes

Hello, I'm trying to call all the tests found under Security & SD-WAN -> Appliance Status -> Tools via API, while I can find most under "Platform/liveTools" I can't find the API to run the "DNS lookup" testCan someone help me with that?

image.png
Capitano by Community Member
  • 2672 Views
  • 5 replies
  • 0 Helpful votes

I am trying to locate all Raspberry Pis in an org. Lucky for me, they all have a MAC address that starts with b8:27:eb. So I start with this code: try: for client in dashboard.networks.getNetworkClients(net['id'],total_pages='all',timespan=7*86400,ma...

Philip D'Ath by Meraki Community All-Star
  • 5299 Views
  • 10 replies
  • 1 Helpful votes