Forum Discussion
Roberto_GB_2613
May 10, 2017Altostratus
list data-group using tmsh script
Hi all,
I'm developing some scripts in order to make easier certain operation with data-groups. I figured out how to add, modify and delete elements this way but when it comes to show the data-group...
cjunior
May 10, 2017Nacreous
Hello,
This is a tcl, so, to print you can do this way:proc script::run {} {
set li [tmsh::list ltm data-group internal auth_users_access]
puts $li
}
Regards
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