CreateNetworkInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| allowUnboundRequests | Boolean | Whether the network allows access to destinations that are not bound | |
| as a Device, Database or HotFolder. |
If true, it's possible to send HTTP or other requests to arbitrary destinations on the network.
If false, then only connectivity to bound resources is allowed.
The default for this is false for security. | | name | String! | | The name of the Network for reference purposes | | requiresController | Boolean | | Whether the network requires a controller to be present for devices to communicate.
If true, devices on this network will only be able to communicate when a controller is connected.
If false, devices can communicate directly without a controller.
The default for this value should depend on your deployment model, on premise deployments normally have no need for controllers, but a cloud deployment will require the controller to communicate with on premise devices. |