- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry buddy, these are the available APIs, there is no magic API.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You will have to develop a Script for this. Here you have some examples:
https://developer.cisco.com/codeexchange/github/repo/meraki/automation-scripts/
Please, if this post was useful, leave your kudos and mark it as solved.
