MachineDataModel
Information needed by workflows targetting a specific machine.
Properties
| Name | Description | Additional information |
|---|---|---|
| MachineName | No documentation available. |
Type: String |
| Domain | No documentation available. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}