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 | List of plcm-conntest-port-report | See Definition of plcm-conntest-port-report | |
| session-id | xs:string | An identifier for this test session with the server. | Mandatory |
| all-success | xs:boolean | A fast summay value indicating all contained port reports were successful or not. | Mandatory |
| test-range-start | TestRangeStart | Client test port range start (inclusive, may be the same as the end range). | Mandatory |
| test-range-end | TestRangeEnd | Client test port range end (inclusive, may be the same as the start range). | Mandatory |
| network-protocol | NetworkProtocol | The network protocol used for the test (UDP|TCP). | Mandatory |
| local-ip | xs:string | Identifies the local IP address of the test. | Mandatory |
| remote-ip | xs:string | Identifies the remote IP address of the test. | Mandatory |
| Name | Type | Restrictions |
|---|---|---|
| NetworkProtocol | xs:string | Value must be one of:
|
| TestRangeEnd | xs:int | |
| TestRangeStart | xs:int |