ciscoisesdk
ciscoisesdk copied to clipboard
Cisco Identity Services Engine Platform SDK for Python
**Prerequisites** * [ ] Have you tested the operation in the API directly? Yes * [ ] Do you have the latest SDK version? Yes **Describe the bug** API Endoint...
This is a partial fix to the versioning problem mentioned in #64. I have not updated requirements.txt, requirements-dev.txt, or Pipfile[.lock]. This is just about the whl and some linting. This...
**Prerequisites** * [yes] Have you tested the operation in the API directly? * [yes] Do you have the latest SDK version? * [did] Review the [compatibility matrix](https://github.com/CiscoISE/ciscoisesdk/tree/main#compatibility-matrix) before opening an...
**Is your feature request related to a problem? Please describe.** ISE should follow Python's Easier to Ask Forgiveness (EAFP) model of coding, by providing easier access to reasons that things...
Hi, I was wondering if there's any specific reason to pin the `requests` version to ">=2.27.1,
**Prerequisites** * [No] Have you tested the operation in the API directly? * [Yes ] Do you have the latest SDK version? * [Yes ] Review the [compatibility matrix](https://github.com/CiscoISE/ciscoisesdk/tree/main#compatibility-matrix) before...
**Prerequisites** * [x] Have you tested the operation in the API directly? * [x] Do you have the latest SDK version? * [x] Review the [compatibility matrix](https://github.com/CiscoISE/ciscoisesdk/tree/main#compatibility-matrix) before opening an...
**Prerequisites** * [x] Have you tested the operation in the API directly? * [x] Do you have the latest SDK version? * [x] Review the [compatibility matrix](https://github.com/CiscoISE/ciscoisesdk/tree/main#compatibility-matrix) before opening an...
**Describe the bug** When I call "list_installed_hotpatches", I only get the most recently installed hotpatch. **Expected behavior** I would expect it to return all of the installed hotpatches. I have...
**Is your feature request related to a problem? Please describe.** For things like patch installs/rollbacks, the nodes have to restart. I am new to all of this, but I could...