Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All ,I creating a python script with python and Json with argparse . i encouter an error with while run the command with my script. Below is the command with the error:\Users\user\Desktop>python user2.py abt200 john.doe@contos pa@ssWord John Brown...
Hi all,i am trying to create internal user python script for ISE but i can encouter an error while excute my code . Below is my my code and i have already enable TLS 1.0 Aand TLS 1.1 . Thsi is my cmmand python Internal_user.py 192.168.31.16 ers...
Hi Everyone ,I am try to access the External RESTful Services SDK but I cant access the resources . I want to if this is how you can access the SDK from the browser https://ise-cscio:192.xxxxxxxx:9060/ers/sdk Thank you ,Richard
Hello Everyone ,I like to create Internal User with python scripts but I got an error Traceback (most recent call last):File "C:\Users\ghibuser\Desktop\ISEInternalUserTest.py", line 38, in <module>req_body_json = """{{IndexError: Replacement index...
Hi Everyone,I I would like to create Internal users using Python script but I got this error while run my code . Traceback (most recent call last):File "C:\Users\ghibuser\Desktop\ISEInternalUserTest.py", line 38, in <module>req_body_json = """{{Index...
This is my code as well#!/usr/bin/env pythonimport argparseimport requestsimport jsonrequests.packages.urllib3.disable_warnings()url = "https://192.169.49.15:9060/ers/config/internaluser"parser = argparse.ArgumentParser()#positional argumentsparser....
Can I use this Guest User Creation script for Internal User format as well . https://developer.cisco.com/docs/identity-services-engine/3.0/#!create-guest-user
Hi @Rob Ingram Thank you for assistance . I tried to write a script to create Internal User with for ISE but I got an error while my code This is the error Traceback (most recent call last):File "C:\Users\ghibuser\Desktop\ISEInternalUserTest.py", ...