Go to main content

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

Exit Print View

Updated: November 2018
 
 

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 57  Storage Pool Commands
Request
Append to 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