StartDrainDataModel
Data contract for the workflowStep "Start-Drain"
Properties
Name | Description | Additional information |
---|---|---|
DeliverySite | No documentation available. |
Type: ReferenceDataModel |
Machine | The FQDN of the workloadMachine to be drained. |
Type: MachineDataModel |
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" } } }