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 folks!  i am a newbie to python scripting and making rest calls to DNA Center.  but i have a task i would like to complete using this new found skill.  i would like to pull interface data to determine if a interface has been inactive for more t...

I'm actually developing an application and trying to use the floorPlan information to position the image into a map. But I have these questions:- How is related corners Lat and Lng to width and height?- Also, how is related to image size?- How can I ...

vLoz by Level 2
  • 1269 Views
  • 0 replies
  • 0 Helpful votes

I'm trying to update DHCP settings under security&sdwan->DHCP via API call to the following end point (not totally sure why the example body is empty in the documentation):https://developer.cisco.com/meraki/api-v1/#!update-network-appliance-single-la...

image.png
HazemGomaa by Community Member
  • 2974 Views
  • 2 replies
  • 0 Helpful votes

I'm familiar with Meraki but this is my first rodeo for API/Python things, so I imagine the problem is my missing something super simple. I have one script that depends on the last seen time of some wireless clients, and I'm having a difficult time p...

lonestar2 by Community Member
  • 8031 Views
  • 9 replies
  • 0 Helpful votes

I want to identify clients, by name, using the 2.4 band. It looks like via API I can get client counts by band or connection stats per mac address and filtered to band. Not sure I can get what I'm looking for easily via API. Any suggestions for api u...

Peter P by Level 1
  • 2458 Views
  • 1 replies
  • 0 Helpful votes

Since 27th August this v1 call has started failing with500 Internal Server Erroron at least two of our organizations (shard: n71 and n383 fail every time), while another org (on m154) is fine.API v0 call works fine on the affected orgs.It is clearly ...

sungod by Level 11
  • 4428 Views
  • 4 replies
  • 4 Helpful votes

Hi, In an automation script, I need to know the eid of networks. So I used the following endpoint: https://api.meraki.com/manage/organization/administered_orgs Only, this endpoint seems to take according to the user logged on the dashboard and does n...

Zendev by Community Member
  • 11384 Views
  • 14 replies
  • 0 Helpful votes

Hello,While trying to write a simple python script to configure a switch access policy to a network template, I couldn't find any methods to change it from the template.I tried the method with a configuration template ID in it :dashboard.switch.updat...