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

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
  • 1261 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
  • 2963 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
  • 7997 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
  • 2451 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
  • 4421 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
  • 11340 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...

Hi,I worked with an MSP and my goal is to loop through the organizations we manage and standardize some alert settings and stuff. The logic is built but I realized that most of the organizations do not have API access enabled hence it throws back the...

Abn1 by Community Member
  • 10731 Views
  • 9 replies
  • 0 Helpful votes

Hello Meraki Team.Please, I need help to understand why I am getting several results for many days using the API getNetworkWirelessClientCountHistory.I am using timespan 3600. I expected to receive only one hour of data.https://api.meraki.com/api/v1/...

Hi,I have made a html page with javascript to test some API calls to the DNA Center, but I cannot figure out how to get around the CORS policy inm my browser.I am running the page in Chrome and using jQuery for most of the stuff.I have two functions,...