Advertisement
Guest User

Untitled

a guest
Jun 7th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. >>> mr.tm.cm.remove_from_trust.exec_cmd('run', name='fooname', device='foodev', deviceName='foo_name', username='foouser', caDevice=True, password='foopasswd')
  2. Traceback (most recent call last):
  3. File "<input>", line 1, in <module>
  4. File "C:\Users\wypior\Documents\PythonProjects\f5-common-python\f5\bigip\mixins.py", line 241, in exec_cmd
  5. return self._exec_cmd(command, **kwargs)
  6. File "C:\Users\wypior\Documents\PythonProjects\f5-common-python\f5\bigip\mixins.py", line 257, in _exec_cmd
  7. self._meta_data['uri'], json=kwargs, **requests_params)
  8. KeyError: 'uri
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement