Management

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Intro to Ansible

Good Documentation

The Great Selenelion


>> View previously featured conversations <<

Forum Posts

I am trying to SOAPUI listphone below is the request <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5"><soapenv:Header/><soapenv:Body><ns:listPhone><searchCriteria><!--Optional:--...

I'm working with the CER switchport API and having some issues with the performance of this API.  When I run this query it either doesn't respond, or takes so long to respond that I get a timeout.  Additionally, the tomcat web service hangs and is no...

Resolved! AXL vendorConfig

Hi all,I can see a whole bunch of configuration fields for a phone in CUCM 10.5(1) under the "Product Specific Configuration Layout" section of the GUI but am not able to collect that same information using AXL. Some blog post pointed me to grabbing ...

This XML is not working when trying to add a DN. Any suggestions? <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5"><soapenv:Body><ns:addLine...

John F by Level 1
  • 875 Views
  • 2 replies
  • 0 Helpful votes

Is there a method to change a Unity Connection (local user) Alias using REST API? I've tried doing a normal PUT that is used to change FirstName, LastName, etc with Alias set, but if anything other than the original Alias is entered it fails. Looked ...

bmennenga by Level 1
  • 1132 Views
  • 1 replies
  • 0 Helpful votes

I try to update the PIN via powershell.I allways get "Error: return is empty" (in german: "Fehler: Leere Antwort auf Anfroderung")Any Idea whats wrong? $AXL = New-WebServiceProxy -Uri ($scriptPath + "\AXLAPI.wsdl") -Credential $MyCreds $AXL.Url = "$u...

wagner by Level 1
  • 789 Views
  • 1 replies
  • 0 Helpful votes

need help guys trying to get UDP from CUCM via AXL and i get everything but that below is my query and what it pulls, what i need it to pull is the UDP.  my end game is to pull the logged in users and then use python flask to get that on a webpage to...

gambit820 by Level 1
  • 2042 Views
  • 14 replies
  • 0 Helpful votes

Hi I´m trying to use AXL to add an IP Phone device  and line on CUCM serverSo, I´m sending this soap/xml  message to the API : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5"> ...

Are the various serviceability XML APIs available in CUC 12.x? I'm having a hard time getting a response from at least the perfmon APIs. Asking for the WSDL works:curl -k -u 'user:pass' 'https://IPAddress:8443//perfmonservice2/services/PerfmonService...

Top Solution Authors