Gets the XML representation of additional fields for a specified run entity.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{runID}/Extended
None
GET: Returns the extended run data response for the specified run.
Headers:
None
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
None
GET http://<PCServer>/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/6/Extended
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>
Get Run Status
Run Status XML
Start a Test Run