JoinDeliverySiteDataModel
Joins these Controller machines to existing Farm or Site. (Join-CamController.ps1).
Properties
| Name | Description | Additional information |
|---|---|---|
| DeliverySite | Farm name. |
Type: ReferenceDataModel |
| PrimaryController | Machine name of an exisiting controller in the farm. |
Type: String |
| Machine | Machine names of the farm. |
Type: MachineDataModel |
| ProductType | XenApp, XenDesktop. |
Type: String |
| ProductEdition | Product edition. |
Type: String |
| Database | Database Details for the site |
Type: DatabaseModel |
| LicenseServer | License server address with optional port number. IP address is ok. |
Type: LicenseServerModel |
Sample
application/json
Sample:
{
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
},
"PrimaryController": "sample string 1",
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
"ProductType": "sample string 2",
"ProductEdition": "sample string 3",
"Database": {
"ServerInstanceName": "sample string 1",
"Name": "sample string 2"
},
"LicenseServer": {
"Address": "sample string 1",
"Port": 2
}
}