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

Hi! Today i have got an error. Any idea what happened? The CUCM ver. 11.5(SU10) - Yesterday scripts worked without any issues. There weren't any changes. .../venv/lib/python3.9/site-packages/zeep/wsdl/wsdl.py:352: UserWarning: The wsdl:message for '{...

I have a phone SEPF04A02EEED5B that I am trying to update using AXL.  I am starting simply by using the githubCiscoDevNet/axl-python-zeep-samples as much as possible and just trying to update the phone description.  However when I run the python scri...

mserwon by Level 1
  • 1494 Views
  • 2 replies
  • 0 Helpful votes

Hello, I am trying to get the phone's primary line pattern. I need to get this from the phone itself. As I will not always know what extension might be on the phone. However, I am getting stuck on the syntax.  phone = 'SEPAABBCCDDEEFF' phone_data = {...

arnorton1 by Level 1
  • 3423 Views
  • 8 replies
  • 0 Helpful votes

I am using Python Zeep (https://pypi.org/project/zeep/) 1. Version of Zeep: latest stable version on pypi, 3.4.02. latest AXLAPI.wsdl (https://drive.google.com/file/d/1ev-EAUT4LjHTVdH6durDMAB413sCRe_I/view?usp=sharing)3. Runnable example: https://dri...

Hello, I am trying to run the following python program to obtain product information from CUCM.The python program errors out with the following message - Zeep error: getProductInformationList: Unknown fault occured However while using postman I can r...

Hi,Looks to be a bug in XBusyLampField in 11.5 AXL.The schema is: <xsd:complexType name="XBusyLampField">         <xsd:sequence minOccurs="0">             <xsd:element maxOccurs="1" minOccurs="1" name="blfDest" type="xsd:string">                 <xsd...