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 am trying to use the "logfile" option in pyats testbed. Unfortunately, the logs are not getting saved.Has anyone tried this? Any suggestions on how to get this working? ThanksSample: testbed:
name: testbed_file
credentials:
default:
...
Hi, Is there a way to read, update or add name/number in Key Expansion Module using AXL/Python?I am unable to find any AXL Soap to do that. I did find this article :https://community.cisco.com/t5/collaboration-documents/expansion-module/ta-p/3620690B...
Hi, I am trying to use the Updatexxxxx from AXLSoap through python. But can't figure out a way to provide the input to update specific fields in DN. Eg.: I want to update pickupgroup for a specific DN. I know the DN and pickup group. How do I input t...
I am trying to extract members of pick up group using python and AXL API. However I can't locate the exact call that can provide the list. "getCallPickupGroup" is returning blank members, even when members are present in that pick up group. Any advic...
Thanks @bigevilbeard I removed the log_stdout (though I don't think it's causing any issue). Still can't get the log file in desired place.If I directly pass the logfile: '/path/to/logs/logfile_1.log' as a parameter to device.connect, it works. So it...
Thanks for the reply @Ambuj M.I provided the entire path "/Users/shesh/.../logfile_1.log" But it did not work, still writes to /tmp.I am saving another file in the same folder from within the code, so I don't think it's an access issue.
Hi Mulvihill,Thank you for replying.I agree, however it would have been great if there was an option to edit or update a specific index.Nevertheless I will script to read, edit and update the KEM.Do you use python to update or something else.? If it...
For some reason my previous reply is not getting posted, so repeating again. Please ignore if the my earlier reply gets posted later on.I am able to get the updatePhone soap working. However it has now run into another issue.Instead of updating the D...
I got the updatePhone function working. However now there is another issue.Instead of updating the KEM at specified index, it basically deletes all exiting blf and writes the only one that is listed.Same thing happens when a list of numbers are given...