Forum Discussion
Antoine_Prevost
Nimbostratus
Dec 17, 2018How to save a single user partition config with iControlREST ?
I want to save a single user partition with iControlREST, but do not find a way to do it (even with the options keyword).
I could do this, so far, with the tmsh CLI command :
save /sys config partitions { user_partition_name }
Does anyone know which would be the iControlREST equivalent ?
- Satoshi_Toyosa1Ret. Employee
curl -sku : https:///mgmt/tm/sys/config \ -H "Content-type: application/json" -X POST \ -d '{"command":"save", "options":[ { "partitions":"{ TestFolder }" } ] }'
Note that the value of the "options" field is an array (list).
See also
(pp. 63-64) in "iControl REST User Guide Version 13.1".Using the save command
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