Go to main content

Oracle® ZFS Storage Appliance RESTful API Guide, Release OS8.7.x

Exit Print View

Updated: December 2017
 
 

Reboot System

This command performs a clean power cycle of the appliance. All services are temporarily unavailable. This command runs asynchronously and returns HTTP Status 202 (Accepted). The appliance must be monitored to follow the status of the actual command.


Note -  If there is a pending platform update available to the appliance, it will be applied during this reboot.

Example Request:

PUT /api/system/v1/reboot HTTP/1.1
Host: zfs-storage.example.com

To perform a reboot without applying the pending platform update, use the /reboot?skip_update=true command instead.

Example Request:

PUT /api/system/v1/reboot?skip_update=true HTTP/1.1
Host: zfs-storage.example.com