Forum Discussion
Reconfigure Application Service (iApp) via TMSH
I have created an application service with variables via the TMSH command: create /sys application service template variables add { variable1 { value "value1" } }
Now i need to reconfigure (modify?) this created application service. I found this command: modify /sys application service .app/ variables replace-all-with { variable1 { value "newvalue1" } }
When i check this application service in the GUI, i don't see the modified value. When i click the Reconfigure page in GUI then suddenly i see the modified value. I then need to click 'Finish' to apply this modification.
Is there a TMSH action to 'Finish' the modification?
Regards,
Martijn
This is the command line equivalent of the iApp "Finished" button:
modify sys application service my_app.app/my_app execute-action definition
- What_Lies_Bene1Cirrostratus
should do the trick hopefully.[tmsh] save sys config
- MN_van_der_MeerNimbostratus
Unfortunately not.
- What_Lies_Bene1CirrostratusHmmm. No ideas I'm afraid. iApps are a pain.
- Fred_Slater_856Historic F5 Account
This is the command line equivalent of the iApp "Finished" button:
modify sys application service my_app.app/my_app execute-action definition
- Mrk_Nimbostratus
I'm using the F5 module on Puppet, which (at this moment) doesn't send this parameter along. Made some changes locally, to see if this worked - and yes it does! So thanks for this ;).
- MN_van_der_MeerNimbostratus
Thanx Fred. That did the trick. :)
- uniAltostratus
Or even do it all in one command:
modify /sys application service test.app/test variables modify { pool__addr { value 10.1.2.3 } } execute-action definition
Recent Discussions
Related Content
* 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