RemoveComputeResourceDataModel
RemoveHostData contains the data needed to remove a host from a controller.
Properties
| Name | Description | Additional information |
|---|---|---|
| Name | The host name as it is known by MCS. |
Type: String |
| DeliverySite | The farm name associated with the controller where the host is located. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{
"Name": "sample string 1",
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}