I need to get full configuration from fortigate 600E with REST API. I
want to know how send cli command with rest api. Maybe I can use post
method for send cli command? Or u tell me other ways to do it with rest
api. Thanks
I use nornir_pyfgt for automated device management. But it turns out
that you need to store login data (username, password) in a yaml file,
which is not reliable. What can I do with this to store them in some
kind of database?