- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
GET RfProfiles results in empty list
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.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It doesnt return the default profiles. Only custom ones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
