You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set the desired encoding type returned by eapi. It seems to default to 'text', however json would be much more desirable. In napalm I normally do this via cmd = device.cli(['show interfaces transceiver detail'], encoding='json')
Is there a way to pass encoding='json' to cli in nornir_napalm?
The text was updated successfully, but these errors were encountered:
Is it possible to set the desired encoding type returned by eapi. It seems to default to 'text', however json would be much more desirable. In napalm I normally do this via
cmd = device.cli(['show interfaces transceiver detail'], encoding='json')
Is there a way to pass
encoding='json'
to cli in nornir_napalm?The text was updated successfully, but these errors were encountered: