cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3357
Views
0
Helpful
4
Replies

GET RfProfiles results in empty list

Peter P
Level 1
Level 1

Using either the python package or api queries a get for RfProfiles results in an empty list. Anyone else seeing this? I'm using the following to get the profile.

/networks/<net_id>/wireless/rfProfiles

dashboard.wireless.getNetworkWirelessRfProfiles(<net_id>)

End result is I want to validate my minimum bit rates.

1 Accepted Solution

Accepted Solutions

Ryan_Miles
Meraki Employee All-Star
Meraki Employee All-Star

correct. the endpoint description also alludes to that fact "List The Non Basic RF Profiles For This Network". although maybe it should instead say non default.

View solution in original post

4 Replies 4

ww^
Meraki Community All-Star
Meraki Community All-Star

It doesnt return the default profiles. Only custom ones

Ryan_Miles
Meraki Employee All-Star
Meraki Employee All-Star

correct. the endpoint description also alludes to that fact "List The Non Basic RF Profiles For This Network". although maybe it should instead say non default.

So the minimum bitrate configuration has been moved to rfprofiles. Is there a way to pull the values configured in the basic profiles? Or, is the option to stop using the default profiles and create new ones?

Ryan_Miles
Meraki Employee All-Star
Meraki Employee All-Star

seeing as the call only pull custom profiles yes i think you'd need to essentially always create a custom (or multiple customs if needed) and bind all AP's to those profiles and not use the two default profiles.