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.
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!
I think in v0 this one also worked for mx
https://developer.cisco.com/meraki/api/#!get-network-device-wireless-status
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
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?
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!
Glad you got it...
Enjoy 😉