naas icon indicating copy to clipboard operation
naas copied to clipboard

Netmiko as a Service

Results 5 naas issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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.

documentation

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...

enhancement

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...

enhancement
security