statusType | string |
A string indicating the result (success or failure) of the conneciton test.
| Mandatory |
statusSuccess | boolean |
A summary of the status type, indicates whether the connection test was successful for this port or not.
| Mandatory |
roundTripTime | long |
Nanosecond time it took for the server to receive the test packet and respond (valid for successful tests only).
| Mandatory |
testNumber | long |
An identifier for an individual test port.
| Mandatory |
localPort | LocalPort |
Identifies the local port of the test.
| Mandatory |
remotePort | RemotePort |
Identifies the remote port of the test.
| Mandatory |