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.
Hi - I'm trying to 'blank' out both the 'sshUserId' and 'sshPwd' fields using the updatePhone method but this only works on the former (sshUserId) and not with sshPwd.Using Python 3.7.x - here's my snippet: resp = service.updatePhone(name = 'SEP1234...
Hi, does anyone know if it's possible to log-in a user onto a Jabber CSF device using a AXL or other method? Similar to the doDeviceLogin available for SEP type phones.
Hi, can someone assist me with this--I'm gathering a list of phones and would like to past this list into AXL query to fetch various mapped attributes.my current snippet looks something like this:testList = ['SEP00001AE11234', 'SEP005056901235']soapr...
Hi - can someone help me figure this out - I have the following python logic that I'm using to connect to UCM and execute perfMon api. I do get back some xml but cant seem to parse out, for example the various child values.Request=requests.post(url,d...
I fetched a list of devices and pass this into a subsequent getPhone request, with some logic to grab the phone name and speed dial info. My loop may be defective as i'm only getting the last item.here's a snippet of the code: 'for device in dictOfNa...
Hi, sorry if I’m late to this question but I have some experience using the various Cisco api (AXL, RIS, etc) in creating multiple applications around User configs, desired system state, alerting and much more. What are you looking to achieve?
Hi David - thanks for your response. after importing zeep.xsd, I attempted the following:resp1 = service.updatePhone(name='SEP12345678901112', sshUserId=xsd.Nil, sshPwd=xsd.Nil)But this failed to update the fields correctly. Is there a step that I'm...