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.
How can we achieve automation for onboarding process or day-to-day activities in the PCCE and UCCE using AXL/API? i have used WSDL/AXL request for CUCM automation, so i am looking for something like that.
Hi all,i have been trying different methods mentioned in the blogs and Cisco documnets to connect CUCM using SSH and then run commands. Though i am able to connect to CUCM 11.5 using Putty i want to build script so i can run few scripts to get the in...
I am trying to build a script using Cisco AXL API and PowerShell.When i try to run the below command i am getting error.Invoke-RestMethod -Method Post -Uri "https://$cucmServer`:8443/axl/" -Headers @{'Content-Type'='text/xml';'SOAPAction'='CUCM:DB ve...
Hi All, I was trying to pull voice gateway monthly report using CDR reporting feature within the CUCM but was surprised to see no data there. We have CUCM version - 11.5 and Cisco Voice gateway acting at H.323. I still can see call detailed records f...
hi all,
i would like to know if there is any ways to send system logs to an external location (share drive) on daily basis. This is to capture certain logs from the voicegateways to an external destination location for future reference. need solution...
I have these two parameters set to TRUE, however all calls displays only Hunt-Pilot number instead of call answered DN. Something else may need to be checked?
Thanks a lot Elliot you really walked me through every baby steps to the resolution Finally now i have a working script which is updating agents details. to be frank i am short of words to explain my happiness and gratitude. thanks a lot you made ...
hi Elliot,As my 'GET' request is working fine with a output like below pcce_api_url : "https://<Server Name>/unifiedconfig/config/agent/6617/"Get Query : response = requests.get(pcce_api_url, auth=auth, verify=False,)Output : (formatted to look good)...
Thanks Elliot for the helping hand. Good info!!if you don't mind can i have the contents of these two items : "update_xmlbody" and "post_headers" as a reference to build mine.i am newbie to all these thanks again
hi Thomas, hope you are having a wonderful day thanks again for a quick response.Yes i am able to do the get using the url you have mentioned above. however in generals we may not have the ID to use in <server>/unifiedconfig/config/agent/<id> handy...