Starts the streaming install of an XVC from a network share or local drive on the console.
| Parameter | Description | |
|---|---|---|
| xvcfilepath | base64-encoded string | The network share or console local path to the XVC to be installed. |
| deploydrive | string | Optional deploy drive. |
| Languages | string | Optional language specifiers. |
| Devices | string | Optional devices specifiers. |
| ContentTypes | string | Optional contentTypes specifiers. |
| Tags | string | Optional tags specifiers. |
| OddSim | boolean | Whether or not ODD simulation should be used. |
None.
None.
This API can take a “username” and “password” optional parameter in JSON format in the request body if credentials are needed to access the network share.
If the call is successful, the service will return a JSON object with the following members.
| Member | Description | |
|---|---|---|
| ContentId | string | A GUID indicating the ContentId of this package. |
| InstallId | string | A GUID which will identify the install for future calls to cancel or retrieve the status of the install. |
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 install was successfully started. |
| 4XX | Error codes. |
| 5XX | Error codes. |