Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The network entity contains the following optional properties:

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

hostnamestring or null optionalThe name of the host device on the network.

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

ProxyServer string or null optionalThe proxy server URL address

proxyBypassstring[] or null optional:  An array of proxy bypass server names

interfaces interfaces[] optional:  An array ofInterfaces Entity (v3) . 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.

...

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.

...