Run response
The response contains the following fields.
| Element | Description |
|---|---|
| ID | The Run ID. |
| RunID | The project run ID. |
| TestID | The test ID. |
| Project | The name of the project. |
| Domain | The domain name. |
| TestName | The name given to the test when it was created. |
| Name | The run name. |
| StartDate | The date and time the run started ( |
| EndDate | The date and time the run ended ( |
| Duration | The run time, in minutes. |
| UserName | The name of the user running the test. |
| ControllerName | The Controller involved in the test run. |
| LoadGenerators | The load generators involved in the test run (separated by a semi-colon). |
| RunState | One of:
|
| VusersMax | The maximum number of concurrent Vusers that ran in the test. |
| VusersAverage | The average number of Vusers used per run. |
| VusersInvolved | The total number of Vusers that ran in the test. |
| TimeslotID | The ID of the time slot. |
Response example:
<LabRuns>
<LabRun>
<ID>1042</ID>
<RunID>12</RunID>
<Project>INST_PATCH</Project>
<Domain>DEFAULT</Domain>
<TestID>4</TestID>
<TestName>LT_0_nlhvC</TestName>
<Name>AdhocRun_2017-02-26 14:40:32</Name>
<StartDate>2017:02:26 17:41:15</StartDate>
<EndDate>2017:02:26 17:42:18</EndDate>
<Duration>1</Duration>
<UserName>sa</UserName>
<ControllerName>MyController.net</ControllerName>
<LoadGenerators>LG1.net;LG2.net</LoadGenerators>
<RunState>Finished</RunState>
<PCVUsersMax>20</PCVUsersMax>
<PCVUsersAvg>8</PCVUsersAvg>
<InvolvedVusers>10</InvolvedVusers>
<TimeslotID>1083</TimeslotID>
</LabRun>
<LabRun>
<ID>1037</ID>
<RunID>7</RunID>
<Project>INST_PATCH</Project>
<Domain>DEFAULT</Domain>
<TestID>4</TestID>
<TestName>LT_0_nlhvC</TestName>
<Name>AdhocRun_2017-02-26 14:40:32</Name>
<StartDate>2017:02:26 14:41:32</StartDate>
<EndDate>2017:02:26 14:45:05</EndDate>
<Duration>4</Duration>
<UserName>sa</UserName>
<ControllerName>MyController.net</ControllerName>
<LoadGenerators>LG1.net;LG2.net</LoadGenerators>
<RunState>Finished</RunState>
<PCVUsersMax>20</PCVUsersMax>
<PCVUsersAvg>6</PCVUsersAvg>
<InvolvedVusers>10</InvolvedVusers>
<TimeslotID>1075</TimeslotID>
</LabRun>
</LabRuns>
See also:

