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

We are hoping to on-board a large number of systems into DNAC.  Currently we use unique SNMP credentials per device.  Rather than manually enter all of those credentials, I had hoped to pre-populate the credential table using post into /dna/intent/ap...

dmcdonald by Visitor
  • 2070 Views
  • 5 replies
  • 0 Helpful votes

So, i have figureed out how to create a switchPortProfile ( and delete it ). However, now i'm trying to figure out how you apply this profile to a port... Which api provides that?def switchPortProfile(api_key: str, request_type, action, PhysicalResou...

afrazer by Level 1
  • 2552 Views
  • 3 replies
  • 4 Helpful votes

iam working on PS script and would like to pull the Network status using API. I tried many ways but still no luck . i used below API -/organizations/{organizationId}/devices/statuses/overviewGET /networks/{networkId}/devices GET /networks/{networkId}...

Rate limit Management and Troubleshooting with the new Meraki “API Analytics Dashboard” by @shwpalanRead all about the introduction of the Meraki API Analytics Dashboard-a new API visualization tool designed to give better control and visibility into...

anennig by Cisco Employee
  • 2808 Views
  • 0 replies
  • 9 Helpful votes

Hello, we are evaluating using Meraki solutions to deploy networks in office buildings of various sizes, and i would like to do deployments entirely in IaC model, leveraging Network Templates and Switch Templates to reuse standarized configurations a...

async with meraki.aio.AsyncDashboardAPI( api_key='xyz', base_url='https://api.meraki.com/api/v1', output_log=False, print_console=True, suppress_logging=True, wait_on_rate_limit=True, maximum_retries=100, maximum_concurrent_requests=5 ) as aiomeraki:...