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
HTTP method
GET: Returns the extended run data response for the specified run.
Request
Headers:
None
Cookies:
Version | Cookie |
---|---|
2020 or later | LWSSO_COOKIE_KEY={LwssoCookie}; |
Earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request body:
None
Request example:
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.
Response example:
<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: