Versions Compared

Key

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

...

Code Block
languagejs
Promise<InterfaceTestResult> ping(String host_name, PingConfig config)

Tests Ping a device with the specified host_name by sending a ping to determine if there are connection issues. 

...

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

PerformsPerforms a standard traceroute diagnostic on the specified host_name.

InterfaceTestResult

This interface contains diagnostic results:

...