Forum Discussion
Lalitha_379027
Altocumulus
Jan 17, 2019Reboot Volume of BigIP from BigIq
Need to reboot volume of BigIp from BigIq using BigIQ REST API.Through BIGIQ GUI we can do in device properties.Similarly like to do using REST API.Please suggest.
- Satoshi_Toyosa1Ret. Employee
To reboot a BIG-IP box from a different volume (say from HD1.1), run this:
curl -sku : https:///mgmt/tm/sys -X POST -H "Content-type: application/json" \ -d '{"command":"reboot", "volume":"HD1.1"}'
To check the available volumes, run this:
curl -sku :https:///mgmt/tm/sys/software/status
The endpoints belong to BIG-IP, not BIG-IQ specific, but they should work from BIG-IQ. For details, please refer to the Command section (pp. 57-65) of iControl REST User Guide Version 13.1.
The equivalent local tmsh commands are
andtmsh reboot volume HD1.1
respectively.tmsh show sys software status
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