F5 Friday: Python SDK for BIG-IP
We know programmability is important. Whether we’re talking about networking and SDN, or DevOps and APIs and templates, the most impactful technologies and trends today are those involving pro...
Published Mar 11, 2016
Version 1.0Lori_MacVittie
Employee
Joined October 17, 2006
Lori_MacVittie
Employee
Joined October 17, 2006
fanta_377379
Apr 03, 2019Nimbostratus
Hello Mohammed, I know it is super late You need to install f5-sdk first: run pip in command line: 1- pip install f5-sdk 2- import at the beginning of your script: from import ManagementRoot 3- Connect to your bigip mgmt = ManagementRoot ("bigip-IPaddress", "username", "password")