Remove storage pool sets
Removes one or more storage pool sets from a storage pool.
Request
Security
| 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
| 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. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.