Reboot cluster
Initiate a reboot of all nodes in a cluster. All nodes will reboot simultaneously and access to all virtual servers will stop. There will be a short wait while all the nodes reboot and restart. The API call returns after initiating the reboot request, and does not wait for the reboot to complete.
HTTP request syntax (URI)
POST <base_URI>/v8/storage/file-devices/reboot
Return codes
Code | Data | Description |
204 | No Data | Cluster reboot successfully requested. |
403 | Error Message | Operation forbidden by access level. |
500 | Error message | Error associated with the storage system. |
Any HTTP status code other than 204 indicates that the API did not complete successfully.
Request example
curl -vk -H "X-Api-Key: zrxvSDAv9x.RIP4gkmKarG3beF.or.4Tc2im7oeqYN88C9XPGHxbXC" https://172.17.11.11:8444/v8/storage/file-devices/reboot -X POST
Response example
HTTP/1.1 204 No Content