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.
I'm trying to duplicate an existing SSID so that I can deploy it to a bunch of networks using the API. I've got everything working except for two settings that I'm seeing in the GUI but can't find in the API:Clients blocked from using LAN: YesContro...
Comparing the L3 fw rules from an existing SSID to the one I'm trying to create with the API, it looks like you were right about that one as well :). Now I'm just trying to figure out how I get around the API requiring the destination to be in CIDR ...
Wow, that link is a HUGE help and definitely exposed a large hole in my knowledge when it comes to what I'm trying to do (I'm also new to API work). I had basically thought that doing a GET on "/networks/{networkId}/wireless/ssids/{number}", modifyi...