Release 0.8.2¶
2018-02-09
New Modules¶
Enhancements¶
- Support eapi command revision syntax (158) [jerearista]
Support requests for specific revisions of EOS command output
>>> node.enable({'cmd': 'show cvx', 'revision': 2}) [{'command': {'cmd': 'show cvx', 'revision': 2}, 'encoding': 'json', 'result': {u'clusterMode': False, u'controllerUUID': u'', u'enabled': False, u'heartbeatInterval': 20.0, u'heartbeatTimeout': 60.0}}]