Returns the metadata for a single run result (per the specified result ID).
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/ Results/{result ID}
To get the report data, request Results/{ID}/data
GET: Returns the report metadata in the body of the response.
Headers:
None
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
None
GET http://<PCServer>/LoadTest/rest/domains/{domainName}/projects/ /Runs/10/Results/20
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>