For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

DeepakDev_21789's avatar
DeepakDev_21789
Icon for Nimbostratus rankNimbostratus
Jun 24, 2016

problem in capturing the node and pool name in tmsh scripting procedure script::run

I am new to this type of scripting language and I need help as my script fails when i run the below script to capture the node and pool name. proc script::run {} { foreach y [tmsh::get_status ltm virtual raw detail] { puts [tmsh::get_field_value $y "node-name"] } }

 

No RepliesBe the first to reply