pyaci icon indicating copy to clipboard operation
pyaci copied to clipboard

Python Bindings for Cisco ACI REST API

Results 10 pyaci issues
Sort by recently updated
recently updated
newest added

Setup a proper release process, and publish PyACI to PyPI.

+ minor fix in ResolveClass (python3 support)

When user/password is provided in the proxy http://username:password@hostname:port hostname and port have to be extracted properly in order to pass them to the websocket.

APIC responds with an API link to check the post status as PD needs more time to validate pol.POST() File "/python3.6/site-packages/pyaci/core.py", line 92, in POST 'POST', format=format, needData=True, **kwargs) File...

I have attempted to use all the solutions provided above for getting packets, and my query is returning an empty list. ` result = apic.methods.ResolveClass('acllogPermitL3Pkt').GET() result2 = apic.mit.polUni().fvTenant(tenant).GET(**options.subtreeClass('acllogPermitL3Pkt')) result3 =...

Looking to get information about how to perform these queries with Pyaci. There are some information in the article below at the end of the page titled "Viewing ACL Permit...

method.GET(autoPage=True) #, **opt) File "lib64/python3.6/site-packages/pyaci/core.py", line 1101, in GET newKwargs = dict(pageOptions.items() + kwargs.items()) TypeError: unsupported operand type(s) for +: 'dict_items' and ‘dict_items’

- ACI REST API allow to create an MO deep in the hierarchy instead of allowing to POST the whole subtree starting from topRoot. Taking advantage of this capability. This...

I may be missing something obvious in how to import this module, but it seems like it is designed to only work from the command line. I would like to...

PyACI doesn't distribute ACI model metadata. It instead comes with a minimal metadata for it's unit tests. User must generate full metadata by connecting to a running APIC of desired...