Forum Discussion

Syntax's avatar
Syntax
Icon for Nimbostratus rankNimbostratus
Oct 26, 2016

tmsh::run_proc f5.app_utils:get_items returns whitespace

hi,

 

i have problem with the whitespace in the result get_items in my presentation code iApps

 

multichoice MyLogProfile display "xlarge" tcl { tmsh::run_proc { security log profile } }

 

default profile is "Log illegal requests" or "Log all request"

 

in iApss show as

 

"Log illegal request all ...

 

1 Reply

  • Fred_Slater_856's avatar
    Fred_Slater_856
    Historic F5 Account

    app_utils is deprecated. Use the iapp:: namespace functions.

     

    display "xlarge" tcl { iapp::get_items security log profile }

     

    For more information on these utility functions, click here.