Device data evacuation
Updates the data evacuation status for a Slicestor device that is removed from a Storage Pool. Evacuation can be paused or resumed, depending on the current state.
Request
Security
| Any | Super User | System Admin | Security Admin | Operator |
|---|---|---|---|---|
| superUser | systemAdmin |
HTTP method
POST /manager/api/{apiResponseType}/1.0/deviceDataEvacuation.adm HTTP/1.1
Host:{manager.dsnet} id={deviceId}&action={pause|resume}
Curl method
curl -u {admin}:{password} -k
”https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/deviceDataEvacuation.adm“ -d
”id={deviceId}&action={pause|resume}“
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.