Forum Discussion
Brandon_12856
Jul 18, 2014Nimbostratus
How can I call iControlREST to save and load configurations from UCS?
I'm working on automating my development process so I want to be able to save/load a known state in my lab.
Essentially I want to be able to RESTfully call these commands:
* tmsh save sys ucs Sn...
Qu__Xiangdong_9
Mar 15, 2016Nimbostratus
Tested in V11.5.3
curl -v -sk -u admin:admin https://10.10.10.10/mgmt/tm/sys/ucs -H "Content-Type: application/json" -X POST -d '{"command":"save","name":"test.ucs"}'
curl -sk -u admin:admin https://10.10.10.10/mgmt/tm/sys/ucs/ -H "Content-Type: application/json" -X POST -d '{"command":"save","options":[{"test01":""}]}' | python -m json.tool
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