NewDeliverySiteDataModel
Data contract for the workflow step "New-DeliverySite".
Properties
| Name | Description | Additional information |
|---|---|---|
| DeliverySite | No documentation available. |
Type: ReferenceDataModel |
| Machine | Machine name of the farm. |
Type: MachineDataModel |
| ProductType | XenApp, XenDesktop. |
Type: String |
| ProductEdition | Optional. |
Type: String |
| LicensingModel | LicensingModel for the XD Site |
Type: String |
| Database | Database Details for the site |
Type: DatabaseModel |
| ConfigLoggingDatabase | ConfigLogging Database Details for the XD site |
Type: DatabaseModel |
| MonitorDatabase | Mointor Database Details for the XD site |
Type: DatabaseModel |
| LicenseServer | License server address with optional port number. IP address is ok. For example: ftlengmflic.eng.citrite.net, or 10.8.2.43:27001. |
Type: LicenseServerModel |
| AdministratorGroup | Site administrator group. |
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",
"LicensingModel": "sample string 3",
"Database": {
"ServerInstanceName": "sample string 1",
"Name": "sample string 2"
},
"ConfigLoggingDatabase": {
"ServerInstanceName": "sample string 1",
"Name": "sample string 2"
},
"MonitorDatabase": {
"ServerInstanceName": "sample string 1",
"Name": "sample string 2"
},
"LicenseServer": {
"Address": "sample string 1",
"Port": 2
},
"AdministratorGroup": "sample string 4"
}