published

What is this?

Multiple function script for polling data from ISE database for certain information.(Network Device, Endpoint, Endpoint Group .etc)
ISE-API

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

  1. Function for polling the Endpoint device Group and UUID
    endpointgrouplist
  2. Function for polling the endpoint group details
    endpointgroupdetail
  3. Function for polling the endpoint details and print out the group name
    endpointdetail
  4. Function for polling a network device detail
    networkdevicedetail

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.

View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.