Page 1 of 1

hidden commands in CLI

Posted: Tue Aug 26, 2014 8:10 am
by nsnidanko
Does any one know what these commands do and where I can find more information:
getvv
gettpdinterface

Re: hidden commands in CLI

Posted: Tue Aug 26, 2014 2:53 pm
by RitonLaBevue
These commands can be used for tcl programing purposes.
Most of CLI "show" commands got their "get" ones.
getvv give you a tcl list with all fields you could get with showvv -showcols.
gettpdinterface gives you the name and index of any column in get commands.

You better look for getvv field in gettdpinterface return.

Re: hidden commands in CLI

Posted: Thu Aug 28, 2014 8:28 am
by nsnidanko
Thank you, It should make parsing command output easier.