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

Hi,I was able to get the MV33 snapshot using curl with api_key and camera's serial number, and the returned img is in the Fisheye view. Is there a way to get the snapshot in the DPTZ view?Thanks,CZ

chongz by Community Member
  • 1335 Views
  • 2 replies
  • 0 Helpful votes

Hi all, We use Meraki devices across our company offices. There are 2 ports in meraki devices- one is leased line and another one is 4g. When I used device unlink api, it gives me info about both wan links.. How do I get information only about wan2/c...

Psmurali89 by Spotlight
  • 1531 Views
  • 2 replies
  • 0 Helpful votes

Hello everyone,Is there a way to see the User Browse History?Not like on MX's Clients page with the very simple filters (Last 2 hours, Last day, Last week, etc).I'm looking for 'granular' information.Anyone could help me?Thanks in advance if could.

Hi AllLooking to print a sorted list of device based on the device name, item['name'] field:for item in response: if value.lower() in item['model'] and item['name'] != '': print(f"{item['serial']}: {item['name']}") elif value.title() in item['model']...

Ed Roche by Level 4
  • 5435 Views
  • 11 replies
  • 0 Helpful votes

Hello,I want to generate an API key to be used exclusively for API calls in Meraki. The problem with API key generation is that Meraki requires all users to have an active email account. In my scenario I do not want to manage the overhead associated ...

Getzk004 by Community Member
  • 4144 Views
  • 4 replies
  • 0 Helpful votes

Hi there,I am a partner Meraki. One of our end customer would like to buy an app from marketplace. Could he buy directly? or shall i make a quote?If someone can share some documentation (that i did not find), i am happy to read.Cheers,

vlam by Community Member
  • 2284 Views
  • 2 replies
  • 0 Helpful votes

Hi All, I'm reading the firewall rules from a network and trying to push them to another network, getting error TypeError: Appliance.updateNetworkApplianceFirewallL3FirewallRules() takes 2 positional arguments but 3 were givenMy code is simply below,...