Run result by ID
Description
Returns the metadata for a single run result (per the specified result ID).
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/Results/{result ID}
Remarks
To get the report data, request Run results for specified run
HTTP Method
GET: Returns the report metadata in the body of the response.
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/10/Results/20
Response
Headers:
Content-Length:x
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
The XML containing the metadata.
<RunResult xmlns="http://www.hp.com/PC/REST/API">
<ID>1061</ID>
<Name>Reports.zip</Name>
<RunID>14</RunID>
<Type>HTML Report</Type>
</RunResult>
See Also