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.
For reference of how Zeep works, see the first section of boilerplate code here: https://paultursan.com/2016/04/getting-started-with-python-cucm-axl-api-programming/ The code except requests.exceptions.ConnectionErrorworks if the IP / FQDN doesn't ev...
Hi, my goal is to create a script to delete a user from Cisco Unity Connection Administration (CUC) using the AXL API. This is the API I've been using for CUCM automation, I'm assuming it's the same one for CUC? The user is an LDAP user synced from A...
I am trying to replicate this process: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/8_6_1/ccmcfg/bccm-861-cm/b03dn.html#wp1121142 Specifically, I want the end result to be the same as clicking the device, clicking the down arrow to ...
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...
Thanks for the response! To confirm, my 2nd idea does indeed replicate the manual process I linked, correct?Your idea of using "removeLines" does seem more elegant, however the only methods I can find are "removeLine" and "removeLineGroup".My objecti...
Thanks, I just assumed I was doing something wrong, didn't expect there to be a bug with the actual API!P.S.: The link you mentioned for you bug report (https://quickview.cloudapps.cisco.com/quickview/bug/CSCvq70670) is empty for me, not sure if I si...