A Python SDK for interacting with the Cisco Identity Services Engine (ISE) External RESTful Services (ERS) API. Version 0.0.14 supports Python >=3.6. Provides simplified access to ISE resources such as users, endpoints, and network devices. Release cadence is low / ad-hoc.
pip install cidpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize CiscoISE with server, credentials, and optional SSL verification. Note: verify=False is commonly used in lab environments.
Pass verify=False when creating CiscoISE instance or set verify='/path/to/ca-bundle.crt'.
Enable ERS on ISE under Administration > System > Settings > ERS Settings.
Use ise.get_endpoints() instead of ise.get_endpoint().