Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

The network entity contains the following properties:


timeServers string[] required: An array of URLs for time synchronization (if a user does not add a time server, the default is "http://time.brightsignnetwork.com")


hostname string or null requiredThe name of the host device on the network.


dns string[] or null required: An array of DNS server addresses


ProxyServer string or null requiredThe proxy server URL address


proxyBypass string[] or null requiredAn array of proxy bypass server names


interfaces interfaces[] required:  An array of /wiki/spaces/PRODOPS/pages/11104750. The order of the interface objects indicates the priority (“metric“) of each interface.

The first interface object in the array is the highest priority interface and traffic will be sent to that interface if there is an active connection. All other interfaces are considered secondary interfaces.

See Control Cloud API Integration Guide#DetermineNetworkInterfacePriorities for more information.


certificateName string optional: The name of the certificate


certificateFile string or file optionalA certificate file. This is required if you add a certificate name.






  • No labels