Test Network Connectivity
This Automation Manager object pings a computer from another computer.
Input Parameters
From Computer |
String |
Yes |
The source of the test (ping). This can be an IP address or a computer name. |
To Computer |
String |
Yes |
The target of the test (ping). This can be an IP address or a computer name. |
Output Parameters
Result |
Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Status |
String |
The full report of the test results. |
Example Input Parameters
To Computer |
String |
Yes |
Google.ca
or 192.168.1.1
|