I’m new to using the routeros api and I’m working on an application that I didn’t initially build that uses the routeros api to manipulate MikroTik Routers. So I have three questions:
Where can I find helpful documentation for the api?
In the previous comments, it gets mentioned that you need a second parameter of either true or false for the write command. When should I use false and when I use true?
And finally, right now the main question I need answered is how do I use the API to simply execute an existing script that already resides in system/scripts in the MiktriTik Router?
Through the routeros terminal I can execute the script with “/system script run Script_Name”. But I don’t know how to accomplish this through the API.