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.
Hello.Can anyone explain the difference in the two replication status available from the CUCM PAWS API?PAWS - ClusterNodeService: "isClusterReplicationOK"PAWS - DataBaseReplicationStatusService: "getDataBaseReplicationStatus"Is there any documentatio...
Hi Community,I have trouble getting the AXLAPI getLdapSyncStatus to work.Other methods using my "axl_service" work as expected.I keep getting "TypeError: Choice elements only work with keyword arguments".Here is the problematic part of my code. Pytho...
Hi All,I am trying to retrieve information from my CUCM clusters via PAWS concerning node status and replication status for each node and the cluster as a whole.The request works fine in SOAPUI (once I enabled WS-Addressing), and I have a Python scri...
Thanks, Elloit.To add a bit of context, my other working commands are "list' commands. Thus they take two arguments which can be a dict. However, the "get" command only takes one argument and I guess cannot be a complex data type such as a dict.So, y...
Thanks dstaudt.Following your example I had to make a small change to get it to work.See BOLDed parts that I changed.service1 = client.create_service( '{http://services.api.platform.vos.cisco.com}ClusterNodesServiceSoap12Binding', f'https://{node_ip}...