netpalm
netpalm copied to clipboard
ReST based network device broker
I checked the requirements.txt that genie is in the list of modules to be installed. But If I try to use it in a get Config request I get an...
Would certainly be nice to have a few new extensibles endpoints: 1) Bulk upload. Reload using the /reload-extensibles endpoint once at the end of processing the payload. 2) Delete extensibles....
Per slack conversation with @tbotnz opening a ticket to create an impelmention of "log scrubbing". Idea being, a method of removing certain patterns, such as usernme/password, from being presented in...
Following up on slack conversation. Idea is to implement methods to implement a "static queue" within redis and allow tasks to target that queue. So if you had situations that...
I have a bunch of python scripts that are using modules that I would like to add as a script and execute via the REST API. Maybe upload a .zip...
This feature is useful to organised the jinja2 templates.
API ---> x.x.x.x:9000/j2template/iosxe_vrf --> 200 ok response cat ../test.j2 {% include "iosxe_vrf.j2" %} x.x.x.x:9000/j2template/test Output--> { "data": { "task_result": { "template_data": "{% include \"iosxe_vrf.j2\" %}\n", "template_schema": "error reading schema" }...
Allow generic parameters in SetConfig model. Add enable_mode to GetConfig model.
At the moment it's not possible to pass an array of commands to getconfig endpoint, and match multiple ttp templates to the output, meaning that you can't effectively parse data...
Add the ability to pass an array to "ttp_template" key in netmiko args. It will match any given command in order with the template. If there's a command without a...