rosrestpy
rosrestpy copied to clipboard
RouterOS v7 REST API python module
Hi You can guide me how to remove or delete item with your API? I tried test but error. >>> test = ros.queue.simple(name="Test")[0] >>> ros.queue.simple.remove(test.id) Traceback (most recent call last):...
Hello, I'm submitting this pull request for the enhanced logging and error trapping I've implemented. I've added logging to the HTTP requests in ROS namely [get,patch,delete,etc]_as() as well as some...
I have a simple queue named Test in a mikrotik, when I want to delete it like this: simple = ros.queue.simple(name="Test")[0] ros.queue.simple.delete(simple) It breaks and gives me this error: Traceback...
Hi, i got ROS 7.14.2 ip.firewall.filter with parameters does not work by id. example: ``` rule=ros.ip.firewall.filter(id="*73") print(rule) >>> [] ``` The reason is that: `rest/ip/firewall/filter?id=*73` the id is missing a...