Gothic

Results 5 comments of Gothic

i got the same question...

The Python code is ``` with manager.connect("host") as m: result = m.get(('subtree', xml_template)) print result ``` I got the debug info below: ``` Mon, 05 Sep 2016 10:13:10 rpc.py[line:314] INFO...

python code is ``` template = """ """ with manager.connect_ssh(host='12.12.12.12', port=22, username='username', password='password', hostkey_verify=False, device_params={'name': 'huawei'}, allow_agent=False, look_for_keys=False ) as m: xmldata = m.get(('subtree', template)) ``` debug info is: ```...