MachineDataModel[]
Information needed by workflows targetting a specific machine.
Properties
| Name | Description | Additional information |
|---|---|---|
| Length | No documentation available. |
Type: Number |
| LongLength | No documentation available. |
Type: Int64 |
| Rank | No documentation available. |
Type: Number |
| SyncRoot | No documentation available. |
Type: Object |
| IsReadOnly | No documentation available. |
Type: Boolean |
| IsFixedSize | No documentation available. |
Type: Boolean |
| IsSynchronized | No documentation available. |
Type: Boolean |
Sample
application/json
Sample:
[
{
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
{
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
},
{
"MachineName": "sample string 1",
"Domain": {
"Id": "sample string 1",
"Name": "sample string 2"
}
}
]