CreateFlowMachineNetwork Action

Triggers the creation of Flow Machine Network to be used for hosted bots.

Bound Entities

Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.

Entity Type Binding Type
flowmachinenetwork collection

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
name
Edm.String False False

The name of the Flow Machine Network to create.

supportedscenario
Edm.String False False

The supported scenarios of Hosted RPA products intended for this Flow Machine Network.

extendedproperties
Edm.String True False

A JSON representation of an object providing additional parameters to setup the Flow Machine Network.

type
Edm.String False False

The type of the Flow Machine Network to create.

description
Edm.String True False

The description of the Flow Machine Network to create.

subnet
Edm.String False False

The subnet associated to the Flow Machine Network.

Return Type

Type Nullable Description
CreateFlowMachineNetworkResponse False The CreateFlowMachineNetwork action returns the following value.

See also