The network entity contains the following properties:
timeServers
An array of URLs for time synchronization (if a user does not add a time server, the default is "http://time.brightsignnetwork.com")string[]
required
:
hostname
string
The name of the host device on the network. The host name can be "Null".
: required
dns
An array of DNS server addresses. "Null" means that no DNS server has been set.string
[]
: required
ProxyServer
The proxy server URL address. "Null" means that no proxy server has been set. string
: required
proxyBypass
string
: An array of proxy bypass server names. "Null" means that no proxy bypass has been set.[]
required
interfaces
interfaces
: An array of Interfaces Entity (v3) Reviewed with Samina. The order of the interface objects indicates the priority (“metric“) of each interface.[]
required
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.