InstallControllerDataModel
Data contract for the workflow step "Install-Controller".
Properties
| Name | Description | Additional information |
|---|---|---|
| DeliverySite | No documentation available. |
Type: ReferenceDataModel |
| Machine | Machine names of the farm. |
Type: MachineDataModel |
| ProductType | XenApp, XenDesktop. |
Type: String |
| ProductEdition | Optional. |
Type: String |
| DepotPath | A file share where all files (installers, certificates...) are located. It is in the format of \machineName\FolderName. |
Type: String |
Sample
application/json
Sample:
{
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
"ProductType": "sample string 1",
"ProductEdition": "sample string 2",
"DepotPath": "sample string 3"
}