On Thu, Apr 13, 2017 at 6:59 PM Abhijith S <[email protected]> wrote:
> Hey all, > I am new to OpenWISP, I am managing few openWRT APs and I'm using openwisp > as my controller. I am trying to achieve load balancing between APs using > the maxassoc property in openWRT . > > Is there any API available for openwisp2 to change templates dynamically > so that I don't need to use the user interface ?? Do you mean a RESTful API or a python API? There's no RESTful API yet, but if you need to change things programmatically it is surely possible by creating scripts like this one: https://github.com/openwisp/ansible-openwisp2/blob/master/templates/load_initial_data.py -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
