hello ,
I need a help in building Flask API for the networking devices. The aim is to achieve a mapping interface of the Commands from the url.
For example there is an arista device on the ip address 192.168.10.200 and there is a command in the device called 'show ip interface' .
I am supposed to make a Flask interface to pass the ip address as the parameter and then display the results from the show ip interface command from the connected device.
Any kind of help in this would be of great use...
Thankyou