Gets the move or install status from an installid.
| Parameter | Description | |
|---|---|---|
| installId | base64-encoded string | The GUID identifying the move or install which we are querying. This value is returned from a successful GET method starting a move or install. |
None.
None.
If the call is successful, the service will return a JSON object with the following members.
| Member | Description |
|---|---|
| installProgress | Number. This value is a percent between 0 and 100 for the move or installs current progress. |
| isRunning | Boolean. If this value is true, the specified move or install is still running. If it is no longer running this value will be false or the method will return an HTTP 404 indicating the install was not found. |
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 session was successfully retrieved. |
| 4XX | Error codes. |
| 5XX | Error codes. |