GetApplicationInfoDataModel
Data contract for the workflowStep of "GetApplicationInfo".
Properties
| Name | Description | Additional information |
|---|---|---|
| Machine | The FQDN of the machine from which we will get the meta data. |
Type: MachineDataModel |
Sample
application/json
Sample:
{
"Machine": {
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}
}