cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3486
Views
5
Helpful
4
Replies

cisco with python integration

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 

1 Accepted Solution

Accepted Solutions

Mike.Cifelli
VIP Alumni
VIP Alumni

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!

View solution in original post

4 Replies 4

Mike.Cifelli
VIP Alumni
VIP Alumni

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!

thank you Mike 

I got this problem again . can you help me again 

 

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.

hslai
Cisco Employee
Cisco Employee

Closing the thread as the additional inquiry is discussed in