08-15-2024 05:05 AM - edited 08-15-2024 05:05 AM
Hi
I am currently in the process of automated an ISE build via Ansible, as part of that build additional RADIUS vendor attributes are required. In it's current form this is uploaded as a text file but I'd also like to automate this function but I cannot find any API documentation allowing this.
Anyone done this before or could point me in the right direction?
Thanks!
08-15-2024 05:19 AM
I couldn't find any direct API documentation that allows you to automate this specific function either. i ran in this a few times with other stuff. You could try using ansible's shell
module to execute a command that uploads the RADIUS vendor attributes, might take some creative coding here or maybe ansible's uri
module to send a request to upload the RADIUS vendor attributes too....
Hope this helps.
08-15-2024 06:30 AM
You may want to request this and any other API gaps you find @ https://cs.co/ise-wish
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