RegisterFlowMachine Action

Registers a flowmachine to use with Desktop Flows direct connectivity.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
machineName
Edm.String False False

Name of the flowmachine to register.

machineDescription
Edm.String True False

Description of the flowmachine to register.

machineCapacity
Edm.Int32 False True

flowmachine capacity.

agentVersion
Edm.String False False

Agent version.

groupPublicKey
Edm.String False False

The public key to use for provisioning of a new flowmachinegroup.

hostingType
Edm.Int32 True True

The hostingType of the newly created flowmachine. See flowmachine.HostingType for valid values.

targetGroup
crmbaseentity True True

A reference to the flowmachinegroup which the registered machine belongs to.

Return Type

Type Nullable Description
RegisterFlowMachineResponse False Contains the response of the RegisterFlowMachine action.

See also