iCR Python Module for iControl REST
Problem this snippet solves: This is a python module to simplify using iControl REST.
Install using pip:
pip install iCR
or retrieve from https://pypi.python.org/pypi?:action=displ...
Updated Jun 06, 2023
Version 2.0PeteWhite
Employee
Joined May 16, 2019
Cory_Blankenshi
Sep 18, 2017Altostratus
Tried the "as simple as" code at the top that prints the virtual server names and I got the following error: TypeError: 'module' object is not callable. Debugging shows that the line of code throwing the error is "bigip = iCR("yadda", "yadda", "yadda")", with iCR being the module object that isn't callable.
Thoughts?
Also, I'm using Python 2.7. I have been using the f5-sdk package to date and doing what the sample script above does works without issue.