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

Hello,I try to querry the AXL but i receive a SoapEnv: FaultSend: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/8.5">     <S...

Enric92 by Level 1
  • 1107 Views
  • 2 replies
  • 0 Helpful votes

It looks like through the AXL api's (like add phone) we can send the 'name' of an item instead of the UUId:  <phoneTemplateName uuid="?">></phoneTemplateName>><model>Cisco 7945</model>But - when we do a getPhone we only are passed back the UUID.  <ph...

Hi, I want to extract more information with AXL APIs, by using certain values returned in CUCM CDR log files.For example, I was able to pick up origDeviceName from CDR log file and use it in getPhone API call as a name attribute value to get details ...

Hi Cisco,I read this on the following guide for the selectcmdevice operation http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/devguide/9_1_1/xmldev-911/serviceability.html#wp1053885-------------------------------------------------------- Devic...

What do we actually specify for a name or uuid values under SerachCriteria in the API request? (where "name"  had application user name)Is there any documentation which explains what are required things in SearchCriteria for each API?I have only sche...