Was this article helpful?

1 Comment

  • hi mike

    the iapp has an error in the validation of the provisioned modules

    It is so

    
     choice gtm_provisioned tcl { tmsh::run_proc f5.app_utils:get_provisioned ltm }
     

    It should look like this

    
     choice gtm_provisioned tcl { tmsh::run_proc f5.app_utils:get_provisioned gtm }