Forum Discussion
Christopher_Wo2
Feb 27, 2015Altocumulus
what's REST for "save /sys config"?
I'm currently on 11.5, trying to do this in the REST interface to have a separate "write config files" step.
tmsh save /sys config
https://support.f5.com/kb/en-us/solutions/public/14000/500...
- Feb 27, 2015
According to the The user guide for the iControl REST interface in BIG-IP, version 11.6.0 :
Under "Using the save command"
To save the running configuration using the save command, make a POST request. In the JSON body, specify the command.
POST /mgmt/tm/sys/config { "command":"save" }
mhite_60883
Feb 27, 2015Cirrocumulus
Interesting to note is that you currently can't create an SCF via iControl SOAP, only a UCS.
- Andrew_Le_12873Aug 27, 2015NimbostratusIn version 12.0 of BIGIP/REST, you can save and load SCF file, using this format for your data/payload and using POST method: payload = {"command": "load", "options": [{"file":"/var/local/scf/medium_saving_config.scf"}]} payload = {"command": "save", "options": [{"file":"/var/local/scf/medium_saving_config.scf"}]}
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