I have dozens of CUCM clusters that need the syslog settings updated (all the alarm pages for each cluster).
I thought AXL APIs would be a great for this. So I installed SoapUI in my lab and successfully updated all the syslogs settings for all the apps on one cluster in about 10 seconds.
updateSyslogConfiguration = Perfect.
However, each cluster is on a remote network and I can't install anything, so how can I run these AXL API updates on these remote machines without SoapUI. I can get to a linux machine in the remote networks, so I thought I can use bash, but I've tried many combinations and can't get it to work. Does anyone know how to run an AXL API update from bash to CUCM? ... or have a better solution?