MoveMachineDataModel

Data contract for the workflowStep of "Move-Machine".

Properties

NameDescription Additional information
Machines

The FQDN of the machines to move.

Type: MachineDataModel[]

OU

The target OU.

Type: OrganizationalUnitModel

DisableAgentPolling

When this step is to decommission a machine, the agent polling will be disabled.

Type: Boolean

Sample

application/json

Sample:
{
  "Machines": [
    {
      "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"
      }
    }
  ],
  "OU": {
    "Domain": {
      "Id": "sample string 1",
      "Name": "sample string 2"
    },
    "RelativeOU": "sample string 1"
  },
  "DisableAgentPolling": true
}