POST DeliverySites/Aggregate/Validate

Validate the details for aggregating an existing delivery site into StoreFront sites for tenants. See Validation.

Request Information

Request body type

AggregateDeliverySiteModel

Request body formats

application/json, text/json

Sample:
{
  "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"
}

Response Information

See Validation.

Response type

ValidationResultModel<AggregateDeliverySiteModel>

Response body formats

application/json, text/json

Sample:
{
  "Input": {
    "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"
  },
  "Errors": [
    {
      "MemberNames": [
        "DomainId"
      ],
      "ErrorMessage": "Required",
      "ErrorCode": "Required"
    }
  ]
}