What is this?
Multiple function script for polling data from ISE database for certain information.(Network Device, Endpoint, Endpoint Group .etc)
Installation
1. Clone the repo
git clone https://github.com/wukong-sun/ISE-API.git
2. change into directory
cd ISE-API
3. Create the virtual environment in a sub dir in the same directory
python3 -m venv venv
4. Start the virtual environment and install requirements.txt
./venv/bin/activate.bat
pip install -r requirements.txt
Functions and Run result
Several funcations/API included in this script
CLI RUN
python3 ISEAPI.py
- Function for polling the Endpoint device Group and UUID
- Function for polling the endpoint group details
- Function for polling the endpoint details and print out the group name
- Function for polling a network device detail
Keep working on this script to include more features and easier to use.
License
This project is licensed under the BSD 2-Clause "Simplified" License - see the LICENSE file for details.