DiscoverDeliverySiteForAggregationModel
Details of a delivery site for which additional information will be discovered.
Properties
| Name | Description | Additional information |
|---|---|---|
| Controllers | List of addresses (IP or FQDN) of delivery controllers within the site. At least one address is required. |
Type: Array of String |
| XmlServicePort | XML service port of the XML servers in the delivery site. Required. |
Type: Number |
| DomainId | ID of the domain where the delivery site resides. Required. |
Type: String |
Sample
application/json
Sample:
{
"Controllers": [
"controller1",
"controller2"
],
"XmlServicePort": 443,
"DomainId": "241b45cc-261d-47d0-81d7-a0a41c54c760"
}