What is this?
This is the aci endpoint search tool python 3.6.
Installation and Run
1. Clone the repo
git clone https://github.com/JungnamKim-dev/aci_endpoint.git
2. change into directory
3. Create the virtual environment in a sub dir in the same directory
4. Start the virtual environment and install requirements.txt from the
pip install -r requirements.txt
Run
change of the config (DevNet SendBox)
file : endpint.py
# Setting
APIC_IP = "sandboxapicdc.cisco.com"
APIC_ID = "admin"
APIC_PWD = "ciscopsdt"

DevNet Sandbox
Cisco has an 'always on' APIC here you can test this sript on.
It really does work;
cli example

License
This project is licensed under the Apache License 2.0 - see the LICENSE. file for details.