Versions Compared

Key

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

...

For BrightSign internal use. Behavior subject to change without notice. Pings a device with the specified host_name to determine if there are connection issues. 

traceroute()
Code Block
languagejs
Promise<InterfaceTestResult> traceroute(String host_name, TraceRouteConfig config)

For BrightSign internal use. Behavior subject to change without notice. Performs a standard traceroute diagnostic on the specified host_name.

InterfaceTestResult

This interface contains diagnostic results:

...