...
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
Promise<InterfaceTestResult> traceroute(String host_name, TraceRouteConfig config) |
PerformsPerforms a standard traceroute diagnostic on the specified host_name
.
InterfaceTestResult
This interface contains diagnostic results:
...