Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am following the tutorial located here to try and write some python code. My eventual goal is to write some scripts to grab things like tenant health, contract drops, etc. When I run the code located here I get the following error. Any ideas?
...
I am trying to use the python code located here . I am running into the following error when I do this. Does anybody know how to disable this error?
/usr/local/lib/python2.7/site-packages/urllib3-1.22-py2.7.egg/urllib3/connectionpool.py:858: Inse...
I have been tasked with creating a network diagram for our ACI environment. 2 questions for everyone.
1. Does anybody have any visio stencils for mapping out Tenant->Context->BD->AP->EPG relationships?
2. How would you diagram an EPG that is in ...
I know this is something super simple, I just haven't configured these in a while. I have a VPC created, and it is tied into and AEP, Interface Selector, VLAN Pool, and an External Routed domain. All of these look fine with no faults, and the L3Out...
Trying to use the attached code and am getting the following KeyError. Any ideas?
python3 get-network-hosts.py/usr/lib/python3.6/site-packages/requests/packages/urllib3/connectionpool.py:852: InsecureRequestWarning: Unverified HTTPS request is bein...
Here is the code that was added in. It was added between moDir.login() and moDir.logout()
url = 'https://192.168.1.1/api/node/class/procEntity.xml'
ret = requests.get(url)
ret.staus_code
Both of those solutions work for this code, however when I try and use this code I get the following error.
Traceback (most recent call last): File "Development/python-old/ACI/auth.py", line 14, in <module> ret = requests.get(url) File "/usr...
Man this is great. Are you the same RedNectar that runs the rednectar.net blog? I love it. We have adopted your naming convention here at work. I bet I could have found this info there huh. Either way, thanks for the design tip. I spent pretty ...