Get all devices associated with an RF profile

PeterAcs
Just browsing

Get all devices associated with an RF profile

Hey everyone,

 

We are looking for a way to find all devices associated with an RF profile via the API (looking at the RF Profiles in the UI it indicates how many access points the profile is applied to). Does anyone know how to retrieve that information?

 

We know we could be retrieving Radio Settings for each individual device (through /devices/{serial}/wireless/radio/settings), but there might be a lot of wireless devices to query.

 

Thanks,

Peter

5 Replies 5
alemabrahao
Kind of a big deal
Kind of a big deal

You can get RF Profile ID. So, you probably need to use these two APIs together to achieve it.

 

https://developer.cisco.com/meraki/api/get-device-wireless-radio-settings/

 

https://developer.cisco.com/meraki/api/get-network-wireless-rf-profiles/

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.

Thanks for your reply. 

 

We are aware of those endpoints, but we want to avoid having to get device wireless radio settings for dozens (or hundreds) of devices, hence we are wondering if it's possible to retrieve applied devices for an RF profile.

Sorry buddy, these are the available APIs, there is no magic API.

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.

Thanks, I just thought there might be an endpoint that we are unaware, as the UI is showing the number of devices associated with an RF profile. Thanks for the help anyway.

You will have to develop a Script for this. Here you have some examples:
https://developer.cisco.com/codeexchange/github/repo/meraki/automation-scripts/

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.
Get notified when there are additional replies to this discussion.