GET testresultdata/{testResultId}/summary
Returns the loadtest result summary report
URL Parameters
| Name | Description |
|---|---|
| testResultId | Id of loadtest result |
Response body model example and description
{
"test_result_id": 64442,
"test_start_utc": 1535102657.0,
"test_end_utc": 1535112657.0,
"exception": "An exception was encountered during execution: {exception details...}"
}
| Name | Type | Description |
|---|---|---|
| test_result_id | Integer |
The ID of the test result |
| test_start_utc | Float |
The Unix timestamp of test start time |
| test_end_utc | Float |
The Unix timestamp of test end time |
| exception | String |
Any exception that arose during the function call. In case no exception was thrown this will be an empty string. |