Start reallocation

Start reallocation on a storage pool with pending set changes.

Request

Security

Table 1. Roles capable of executing the Start Reallocation (startReallocation) API method
Any     Storage Account Admin  
Super User   Vault Provisioner  
System Admin   Elastic Device Provisioner  
Security Officer        
Operator        

HTTP method


POST /manager/api/{apiResponseType}/1.0/startReallocation.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/startReallocation.adm“
     -d ”id={spId}"

Parameters

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

ID of the Storage Pool to resize.

Response

Returns success or failure status.

JSON response example

Default JSON success or failure response shown in (Default JSON Success Response) and (Default JSON Failure Response).