Forum Discussion
jrenier_47051
Nimbostratus
Nov 06, 2013choise default option doesn't work
Hi guys,
Simple code : choice tcp_wan_name default "tcp-wan-optimized" display "xlarge" tcl { tmsh::run_proc f5.app_utils:get_items /ltm profile tcp } I would expect the tcp-wan-optimized to be sho...
Fred_Slater_856
Nov 07, 2013Historic F5 Account
The standard output from iApp implementation code logs to /var/tmp/scriptd.out. You could do something like this:
choice tcp_wan_name default "tcp-wan-optimized" display "xlarge" tcl {
set rval [tmsh::run_proc f5.app_utils:get_items /ltm profile tcp]
puts "tcp profile list: $rval"
return $rval
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
