cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
965
Views
0
Helpful
1
Replies

Enable CDR via Zeep

Nathan Gageby
Level 4
Level 4

I am looking to use Zeep and Python to enable the CDR setting across the entire cluster.  I am struggling with this setting in the 12.5 sandbox as it does not appear when it is set to off.  I have tried a few versions and I am not able to set the flag to on with any of them. 

 

axl.updateServiceParameter(processNodeName = 'EnterpriseWideData',,name='CdrEnabled',service='Cisco CallManager',value='1')

 

axl.updateServiceParameter(uuid='{BE9234B2-CFE5-D123-2BC0-408AAE5FD22A}',value='T')

 

Thanks for the assistance

 

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

As CdrEnabled is not in Enterprise Parameters, I believe you will need to update it on each node individually.  I was able to get it working with v12.5, and added a sample to the repo here: https://github.com/CiscoDevNet/axl-python-zeep-samples