AggregateDeliverySiteModel
Details for aggregating an existing delivery site into StoreFront sites for tenants.
Properties
Name | Description | Additional information |
---|---|---|
DomainId | ID of the domain where the delivery site resides. Required. |
Type: String |
ProductType | Product type of the delivery site. Required. |
Type: ProductType |
Controllers | List of addresses (IP or FQDN) of delivery controllers within the site. At least one address is required. The addresses will be used as XML servers for the delivery site, in the priority order in which they are specified. |
Type: Array of String |
DataCenterId | ID of the datacenter where the delivery site resides. If not specified, the delivery site will be assumed to be equally accessible from all datacenters. |
Type: String |
XmlServicePort | XML service port of the XML servers in the delivery site. Required. |
Type: Number |
TenantId | ID of the tenant to associate the delivery site to. If not specified, the delivery site will be aggregated into all tenants' StoreFront sites. If specified, the delivery site will be aggregated into only that tenant's StoreFront site. |
Type: String |
Sample
application/json
{ "DomainId": "241b45cc-261d-47d0-81d7-a0a41c54c760", "ProductType": "XenAppLegacy", "Controllers": [ "controller1", "controller2" ], "DataCenterId": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a", "XmlServicePort": 443, "TenantId": "91ade655-feb5-47d3-9585-a5827ad50132" }