GET scenario/result/{runId}/httphits
Returns the scenario run http hits trend
URL Parameters
Name | Description |
---|---|
runId | Id of scenario run |
Response body model example and description
{ "run_id": 1, "http_hits": [ 1.0, 2.0, 3.0 ], "timestamps": [ 1, 2, 3 ], "exception": "An exception was encountered during execution: {exception details...}" }