interface print stats where name ether1 #183
Unanswered
arlayaseen
asked this question in
Q&A
Replies: 1 comment
-
|
Why stats is a empty string with space inside ? params = {'stats' : ' ' , where': 'name=ether1'} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this code not working can you tell me what is wrong
interface = connection.path('interface')
params = {'stats' : ' ' , where': 'name=ether1'}
result=interface('print',**params)
Beta Was this translation helpful? Give feedback.
All reactions