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

im using this 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:updateLineGroup>        <uuid>35c7b6ca-3378-4ddb-688b-97d5f6d8aee...

Hi,I'm new in AXL, xml, etc. so please forgive me I can do LDAP synchronization using cURL.curl -k -u user:pass -H "Content-type: text/xml" -d @request.xml  https://172.17.63.21:8443/axl/request: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelo...

Hello,As describded to update Product Specific Configuration for phone I use procedure dbwritedevicexmlI get xml string with dbreaddevicexml from existing configured phone (Phone model Cisco 6945).execute procedure dbwritedevicexml('b78aef9f-6084-7ef...

Dear all,Currently I try to update the Owner User ID via AXL, either by ns:updatePhone or by ns:executeSQLQuery.When I try I always get an error 500 back from the serverCan anyone point me in the correct direction

Hi there.I want to add a Phone via PHP to theCUCM via AXL SOAP. Unfortunately, its not as easy as it was with addUser. $phone=array("phone"=>array(      "name"=>"SEP111111111111",      "product"=>"Cisco 8851",      "model"=>"Cisco 8851",      "class"...

Hello!There is a table in the FAQ for MediaSense named Call Correlation for Calls Forked by a Unified CM IP Phone.That table descibes that "Cisco-GUID" field from record INVITE message correlates with "CiscoConnection.UniqueID" field from JTAPI.I am ...

It appears that we only receive the following error with the phone model 8865 only all other models work fine.CUCM version: 8.6COP File: 11.7Phone Model:  8865 AXL Request: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"...

Paul Crespo by Cisco Employee
  • 518 Views
  • 1 replies
  • 0 Helpful votes

Hello All,I can't find any AXL cmdlet that adds a Role. Is it not available via AXL?I used "addUserGroup" to add User Groups & "addAppUser" to add Application Users.But I cannot find any command that creates Role (Roles can be linked with UserGroups)...

Moatassem by Level 1
  • 974 Views
  • 8 replies
  • 0 Helpful votes

I am getting below error when i am running given code:result = client.service.listPhone({'name':'SEPEXXXXD958F06'},{'name':'','model':''})print(result)for node in result['return']['phone']:    print str(node['name']), str(node['model'])************(2...

I've been dabbling in some call forwarding functionality using AXL and I've been successful updating call forwarding requests.  However, I am not sure how I can just pull down the current call forwarding information from the phone.  I initially thoug...

Top Solution Authors