GetMachineInfoDataModel
Data contract for the workflowStep of "GetMachineInfo".
Properties
| Name | Description | Additional information |
|---|---|---|
| Machine | The FQDN of the machine from which we will get the capabilities. |
Type: MachineDataModel |
| AgentRole | Agent Role |
Type: String |
| DeliverySite | Delivery Site. |
Type: ReferenceDataModel |
Sample
application/json
Sample:
{
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
"AgentRole": "sample string 1",
"DeliverySite": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}