API call to find Meraki AP MAC address

tjh188
Here to help

API call to find Meraki AP MAC address

What is the API call to find the MAC address of Meraki APs?

7 REPLIES 7
alemabrahao
Kind of a big deal
Kind of a big deal

https://developer.cisco.com/meraki/api-latest/#!get-organization-devices

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

When I run that command, it does not show the APs, just our Mx and MS.

alemabrahao
Kind of a big deal
Kind of a big deal

So you don't have APs o  this org.

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

In every network, we have a MX, MS and AP.

alemabrahao
Kind of a big deal
Kind of a big deal

Try this: https://developer.cisco.com/meraki/api-latest/#!get-network-devices

 

Or open a support case

I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.

Please, if this post was useful, leave your kudos and mark it as solved.

Or you could use this, to see all the devices you have in your organization inventory

 

https://developer.cisco.com/meraki/api-v1/#!get-organization-inventory-devices

LinkedIn ::: https://blog.rhbirkelund.dk/

Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution 🙂

All code examples are provided as is. Responsibility for Code execution lies solely your own.
sungod
Head in the Cloud

If you are not using the Python library and if there are a lot of devices you'll need to handle multipage results, are you doing that?

 

Set the productTypes parameter (it's an array) to just one element "wireless", then you'll only get matching devices returned. Makes it simpler.

 

Get notified when there are additional replies to this discussion.