Michael_Jenkins
Jul 29, 2015Cirrostratus
iControlREST (11.5) - execute bash command
I've been playing with iControlREST recently, and trying to port some old iControl scripts over. Most of them work nicely, but I've got one that requires running a bash command (for example purposes, let's say in the tmsh shell, the command would be
run /util bash -c 'echo "works"'
.
Is it possible to run a bash command through iControlREST?