- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MX/Z3 Wireless Config via API
Does the API let you configure the wireless settings for MX appliances? I'm specifically looking for tx power, this isn't available in the network template.
I can't seem to find it, but I'm hoping that someone here knows where it is.
Solved! Go to solution.
- Labels:
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved it!
PUT /devices/{serial}/wireless/radio/settings works, but you cannot have an "Rf profile ID" in the request.
Thanks for pointing me in the right direction!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think in v0 this one also worked for mx
https://developer.cisco.com/meraki/api/#!get-network-device-wireless-status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In my humble opnion you can not change the transmit power with just an API
You need to change the rfProfile of that specific device (or create a new one) and the attach that profile to the AP
https://developer.cisco.com/meraki/api-v1/#!get-network-wireless-rf-profiles
Hope that helps
Ed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think my challenge is that I'm using MX/Z3 wireless, not MR wireless.
GET /devices/{serial}/wireless/radio/settings - pulls the appropriate settings, but I can't find how to modify them.
GET /networks/{networkId}/devices/{serial}/wireless/radioSettings - replies 200 but with no wireless settings
GET /networks/{networkId}/devices/{serial}/wireless/status - does not work, MR only
Any other thoughts on where to look?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved it!
PUT /devices/{serial}/wireless/radio/settings works, but you cannot have an "Rf profile ID" in the request.
Thanks for pointing me in the right direction!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Glad you got it...
Enjoy 😉
