Go to main content

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

Exit Print View

Updated: December 2017
 
 

Storage Pool Operations

In the Oracle ZFS Storage Appliance, NAS is configured in pools that characterize the same data redundancy characteristics across all LUNs and filesystem shares. In this version of the NAS API, pool operations are used to obtain the appliance storage configuration.

Table 61  Storage Pool Commands
Request
Path /api/storage/v1
Description
GET
/pools
List all storage pools
GET
/pools/<pool>
Get storage pool details
POST
/pools
Configure a new storage pool
PUT
/pools/<pool>
Add or remove storage from a pool
PUT
/pools/<pool>/scrub
Start a data scrub on the specified pool
DELETE
/pools/<pool>/scrub
Stop any data scrub job on the specified pool
DELETE
/pools/<pool>
Unconfigure the specified storage pool