Hi everyone ,I am creating internal user groups through python script to ISE . I am getting this error while running the script "ERSResponse": { "operation": "POST-create-internaluser", "messages": [ { "ti...
Hi Everyone ,I am creating internal user with python and argparseThis is error with my command C:\Users\guser\Desktop>python user1.py abt200 john.doe@gh.co.uk pa@ssWord1 John DoeTraceback (most recent call last):File "C:\Users\guser\Desktop\user1.py...
Hi Everyone I would like to create internal users using Python script. I have installed 3.9.2 Python and saved the .py file and run the execution using ERS SDK guide for ISE I got this error while run the code through command line ssl.SSLError: [...
Hi EveryoneI am trying to Create an Internal User with cURL and JSON on window command prompt for cisco ISE. prompt but I am getting these errors over again . can anyone help me outthis is curl commandcurl --insecure --include --user ers-admin:Ad...
@thomas i was trying to create Internal users . I want to know if this script is right or have to change it #!/usr/bin/env pythonimport requestsimport jsonimport argparseimport sslimport urllib3urllib3.disable_warnings(urllib3.exceptions.InsecureReq...