04-28-2021 01:43 AM
I was try to integrate cisco ISE with python integration and create an internal user . But I got a error while executing this python code . Any suggestion are welcome
Solved! Go to Solution.
04-28-2021 05:05 AM
Couple of things: take a look at the online SDK via https://<isepan>:9060/ers/sdk# as it will show you how to consume specific APIs + required payloads with proper syntax. It looks like you are missing the closed parenthesis in your example. HTH!
04-28-2021 05:05 AM
Couple of things: take a look at the online SDK via https://<isepan>:9060/ers/sdk# as it will show you how to consume specific APIs + required payloads with proper syntax. It looks like you are missing the closed parenthesis in your example. HTH!
04-28-2021 09:47 AM - edited 04-28-2021 09:56 AM
04-29-2021 04:54 PM
urllib3.exceptions.LocationParseError: Failed to parse: https://['192.168.30.12']:9060/ers/config/internaluser
The ISE IP should not have been enclosed in quotes or square brackets.
04-29-2021 06:02 PM
Closing the thread as the additional inquiry is discussed in
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide