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 have a list of 50 MX devices in my organization that are reporting high utilization (greater than 90%). However, the dashboard is limited to the top 50. I am certain that more devices are experiencing this issue. Is there a way to retrieve the CPU ...

guitbbb by Level 2
  • 7920 Views
  • 9 replies
  • 0 Helpful votes

I am trying to figure out how to get my powershell script to work but keep getting a 404 error. The PS script shows a form to fill out information I have the data saved in a txt file on the workstation and I want to update the data for the computer i...

image.png
DustinSVH by Community Member
  • 1461 Views
  • 1 replies
  • 0 Helpful votes

I'd like to know if it's possible to get the data via Python that generates the graphs and tables in the Summary Report found in Organization -> Monitor -> Summary Report. Only by SSID and for a specific period, as is possible in the Meraki Dashboard...

pedro-braga by Community Member
  • 4381 Views
  • 7 replies
  • 0 Helpful votes

Hi everyone,We're using the getOrganizationDevices API to retrieve device details, including serial numbers. While testing, we suspect that for non-Meraki switches, the serial number returned by the API might not be the actual hardware serial.For Mer...

Emaleun by Community Member
  • 3133 Views
  • 5 replies
  • 0 Helpful votes

Hi, I'm trying to fetch client count statistics via Catalyst API : /dna/data/api/v1/clients/count I apply basic filtering to only give the count of a certain Building and floor.  The number i get returned does not match the number I see in Catalyst G...

aflbakker by Level 2
  • 3800 Views
  • 9 replies
  • 0 Helpful votes

Hi AllI looking into webhooks and wanted to pick your brains to see if anyone is using it and how you are using the alerts. We are looking to take these alerts and present on a NOC type wall display of current issues.Thought, ideas, suggestions?Thank...

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

Hello hello i've recently made this tool to automate firewall rule deployments and audit all my MX devices i have 200 or so Networks each with different needs so i sadly can't use templates, to automate deployments and get important information for s...

I am trying to create an API to update a switch port tags based on the assigned vlan.This runs without error but doesn't update the ports, or it updates one port that isnt in the vlans listed.import merakiAPI_KEY = 'xxxxx'ORG_ID = 'xxxx'NET_ID = 'xxx...