I am trying to write some code in python to retrieve some data from Infoblox. To do this i need to Import the Infoblox Module.
Can anyone tell me how to do this ?
On
Before you can import infoblox you need to install it:
activate yourenvname (otherwise skip this step)pip install infoblox to install infoblox, then you should be finepython, and then try executing import infobloxThe same process works for basically every package.
Use:
infoblox info