The network entity contains the following properties:
timeServers
string[] requiredoptional: 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 requiredoptional: The name of the host device on the network.
dns
string[] or null required optional: An array of DNS server addresses
ProxyServer
string or null required optional: The proxy server URL address
proxyBypass
string[] or null requiredoptional: An array of proxy bypass server names
interfaces
interfaces[] required optional: An array of/wiki/spaces/PRODOPS/pages/11104750. The order of the interface objects indicates the priority (“metric“) of each interface. If nothing is provided, the ethernet interface will be used by default.
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 optional: A certificate file. This is required
if you add a certificate name.