Forum Discussion
Eldad_162351
Nimbostratus
Aug 10, 2014iApp to modify data-group
hello,
im trying to add a set of key and value from iApp to a data-group belonged to iRule.
my iApp template:
section x {
table y_table {
string key
string value
}
}
text {...
- Aug 12, 2014
I led you astray. The following is corrected, and works if your data-group already exists. If it doesn't exist yet, use tmsh::create. It appears that the exec is not necessary.
foreach row $::x__y_table { array set columns [join $row] tmsh::modify ltm data-group internal /Common/my_datagroup records add \{ $columns(key) \{ data $columns(value) \}\} }
Fred_Slater_856
Aug 12, 2014Historic F5 Account
I led you astray. The following is corrected, and works if your data-group already exists. If it doesn't exist yet, use tmsh::create. It appears that the exec is not necessary.
foreach row $::x__y_table {
array set columns [join $row]
tmsh::modify ltm data-group internal /Common/my_datagroup records add \{ $columns(key) \{ data $columns(value) \}\}
}
Fred_Slater_856
May 03, 2018Historic F5 Account
Is doesn't get removed, and no, unfortunately the iApp framework has no hooks for decomm code.
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