I'm working on Tufin automation integration and I have the following error when trying to simple list Secure Application:
ERROR - xml - TUFIN_PS_XML - Line 91 - Could not find XML element using XPath expression 'owner' under XML node '<Element 'application' at 0x7f57805e1b88>'
ERROR - test1 - TUFIN_PS_COMMON - Line 29 - Could not find XML element using XPath expression 'owner' under XML node '<Element 'application' at 0x7f57805e1b88>'
The code:
(...)
sa = Secure_App_Helper(HOST, (USER, PASSWD))
datalist = sa.get_application_list()
(...)
Tufin version I'm working on is: SecureChange Version: 19.2 HF3
I'm working on Tufin automation integration and I have the following error when trying to simple list Secure Application:
The code:
Tufin version I'm working on is: SecureChange Version: 19.2 HF3