POST (/ext/app/move)

Moves a given application from one drive to another drive.

URI parameters

Parameter Description  
packagefullname base64-encoded string The Package Full Name of the package.
destinationDrive string The drive to move the package to.

Required request headers

None.

Required request body

None.

Response

If the call is successful, the service will return a JSON object with the following members.

Member Description  
installId string This value is a GUID which will identify the install for future calls to cancel or retrieve the status of the move.

HTTP status codes

The service returns one of the status codes in this section in response to a request made with this method on this resource.

Code Description
200 The move was started successfully.
4XX Error codes.
5XX Error codes.

See also

Parent

/ext/app/move