Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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.
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 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/radioSettin...