The data is stored in the SQL database. You can automate this either with the REST API or with Python scripts, the exact way to do this depends on the details. The REST API is documented in the README of OpenWISP Controller, or as soon as the unified documentation is published, it will be available there. If you want to use a Python script, you need to be familiar with the Django ORM, you can find the model definitions in the source code of OpenWISP Controller on Github <https://github.com/openwisp/openwisp-controller/tree/master/openwisp_controller/config/base> .
I hope this helps. Best regards Federico Capoano On Mon, 8 Jul 2024 at 11:29, AlphaGhost <[email protected]> wrote: > Hi all, > > I am new to openwisp. right now i am monitoring 4 openwrt > devices through openwisp. I was trying templates for pushing ipsec > configuration for all the openwrt devices, I used placeholders for > replacing the values while applying configuration, But my doubt is, It will > be a time taking task if we have 100 devices monitored by openwisp while > pushing device specific templates via place holders. so, can anyone guide > me on how to automate the template pushing and also where the device > details are stored and how to access those details and male it to fill in > templates automatically. > > Thanks, > Thrisha. > > -- > 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]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/openwisp/338c533f-197b-42cc-bc8f-4b7e53a0bbf4n%40googlegroups.com > <https://groups.google.com/d/msgid/openwisp/338c533f-197b-42cc-bc8f-4b7e53a0bbf4n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAAGgX6L8kxn-6VaOf_cXkqKruy9NPcM%2BsThB_LyiWS0tK4cW7w%40mail.gmail.com.
