naas
naas copied to clipboard
Netmiko as a Service
hey, trying to get prompt(devices name) out of send_commands function. sometimes it works and returns the name and some times it returns none. any help?
Today in payload, we ask for `device_type` however in Netmiko, this is a `platform`. See `netmiko.platforms` for example. Need to modify the payload parameter to `platform`, but as this is...
Need to create initial set of documentation for starting/running the API. This would include updated Readme and Contributing docs, as well as setting up a Swagger based API doc.
Currently, for every front end API call a user makes, we instantiate a new backend Netmiko connection. There needs to be a way to pipeline multiple requests by the same...
There is currently a rudimentary authentication failure lockout mechanism for a single user, however this does not catch the instance where different usernames are spamming the same device. We need...