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...
Arnaud_Lemaire
Jul 25, 2014Employee
Hi Brandon, we have been working on it internally and it seems that we do suffer from a bug on that subject. bug id is 449989. correct request should be : curl -v -sk -u admin:admin https://localhost/mgmt/tm/sys/ucs -H 'Content-Type: application/json' -X POST -d '{"command":"save","name":"test1.ucs"}' curl -v -sk -u admin:admin https://localhost/mgmt/tm/sys/ucs -H 'Content-Type: application/json' -X POST -d '{"command":"load","name":"test.ucs"}'
i advise you to open a case with this bugid to have correction in your existing release.
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