GET scenario/result/{runId}/activeusers
Returns the scenario run active users trend
URL Parameters
Name | Description |
---|---|
runId | Id of scenario run |
Response body model example and description
{ "run_id": 1, "active_users": [ 1, 2, 3 ], "timestamps": [ 1, 2, 3 ], "exception": "An exception was encountered during execution: {exception details...}" }