Go to main content

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

Exit Print View

Updated: December 2017
 
 

Factory Reset

Restores the appliance configuration to the original factory settings. All configuration changes are lost, and the appliance must be taken through initial setup as when first installed. This command runs asynchronously and returns HTTP Status 202 (Accepted). The appliance must be monitored to follow the status of the actual command. Since this command can result in a loss of all configuration data, a query parameter "confirm=true" must be set or the command fails.

Example Request:

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