SoftNAS API Guide
Menu
Index

3.22. expandpool

 
Description
 
This method is used to import deleted or foreign pools.
 
POST expandpool
 
 
 
Request
 
In addition the the Standard Request Structure, the following parameters are required.
 
For definitions of parameters, see section Properties
Parameter
Parameter name
Required?
pool name
pool_name
Y
pool type
pool type
Y
force
force
Y
 
Response
 
 
Example
{
    "result": {
        "msg": "Import deleted pool 'pool1' was successful.",
        "records": [],
        "success": true,
        "total": 0
    },
    "session_id": 11255,
    "success": true
}
 
 
 
 
 
 
Made with help of Dr.Explain