How do i run system node run -node<> -command "netstat " using cli().execute?
I tried the below method but it says . Invalid Json input. Expecting "command" to be an array.
Response=cli(). execute ("system node run", body={"node":"","command":"netstat",poll=false}
Please advise.