Defines the client report object from running a connection test. Each report is a group of tests over a specified range all using the same network protocol as well as other test settings.
| Name | Type | Description | Attributes |
|---|---|---|---|
| plcmConntestPortReportList | Array of PlcmConntestPortReport | See Definition of PlcmConntestPortReport | |
| sessionId | string | An identifier for this test session with the server. | Mandatory |
| allSuccess | boolean | A fast summay value indicating all contained port reports were successful or not. | Mandatory |
| testRangeStart | TestRangeStart | Client test port range start (inclusive, may be the same as the end range). | Mandatory |
| testRangeEnd | TestRangeEnd | Client test port range end (inclusive, may be the same as the start range). | Mandatory |
| networkProtocol | NetworkProtocol | The network protocol used for the test (UDP|TCP). | Mandatory |
| localIp | string | Identifies the local IP address of the test. | Mandatory |
| remoteIp | string | Identifies the remote IP address of the test. | Mandatory |
| Name | Type | Restrictions |
|---|---|---|
| NetworkProtocol | string | Value must be one of:
|
| TestRangeEnd | int | |
| TestRangeStart | int |