Get extended run data
Description
Gets the XML representation of additional fields for a specified run entity.
URL
LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{runID}/Extended
Remarks
None
HTTP Method
GET: Returns the extended run data response for the specified run.
Request
Headers:
None
Cookies:
Version 2020 (or later) | LWSSO_COOKIE_KEY={LwssoCookie}; |
Versions earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request Body:
None
GET http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/6/Extended
Response
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
Content of the xml file.
<Run xmlns="http://www.hp.com/PC/REST/API">
<PostRunAction>Collate And Analyze</PostRunAction>
<TestID>5</TestID>
<TestInstanceID>4</TestInstanceID>
<TimeslotID>1015</TimeslotID>
<VudsMode>false</VudsMode>
<ID>14</ID>
<RunState>Initializing</RunState>
<RunSLAStatus>Not Completed</RunSLAStatus>
<StartTime>2017-04-09 14:43:06</StartTime>
<EndTime>2017-04-09 14:50:23</EndTime>
<MaxVusers>10</MaxVusers>
<TotalPassedTransactions>3020</TotalPassedTransactions>
<TotalFailedTransactions>0</TotalFailedTransactions>
<TotalErrors>0</TotalErrors>
<AverageHitsPerSecond>0</AverageHitsPerSecond>
<AverageThroughputPerSecond>0</AverageThroughputPerSecond>
</Run>
See Also