F5 remote backup python script
Problem this snippet solves: The python script is using the F5 iControlRest API to authenticate with remote authentication (Active directory, RADIUS,...) to obtain a token, create a timestamp UCS ba...
Published Sep 06, 2018
Version 1.0Sebastien6_8297
Nimbostratus
Joined October 29, 2012
Sebastien6_8297
Nimbostratus
Joined October 29, 2012
Sreekaanth
Nov 20, 2019Altostratus
Why dont you use environment variables to store the username and password and with python OS module, I think there is a way you can read them instead of storing it in a file.