Remove storage pool sets

Removes one or more storage pool sets from a storage pool.

Request

Security

Table 1. Roles capable of removing Storage Pool sets
Any     Storage Account Admin  
Super User   Vault Provisioner  
System Admin   Elastic Device Provisioner  
Security Officer        
Operator        

HTTP method

POST /manager/api/{apiResponseType}/1.0/configureStoragePoolRemoveSet.adm HTTP/1.1 Host:{manager.dsnet} id={spId}

Curl method

curl -X POST -u admin:password -k ”https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/configureStoragePoolRemoveSet.adm“ -d ”id={spId}“

Parameters

Table 2. Request Parameters for Remove Storage Pool Set (configureStoragePoolRemoveSet) API method
Parameter Type Usage Default Description
id Long Required  

ID of the Storage Pool to modify.

removedSetIds List Optional  

ID of the Storage Pool sets to remove.

If a set "pending addition" is specified, it will be removed from the pool immediately. If a set is "pending removal" and is not specified, the "pending removal" status is cleared and the set returns to normal.