Returns the metadata on the results of a run.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/Results
To get the result metadata for a specific result, request Results/{ID}.
GET: Returns the XML containing the metadata.
Headers:
None
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
None
GET http://<PCServer>/LoadTest/rest/domains/{domainName}/projects /{projectName}/Runs/80/Results
Headers:
None
Cookies:
None
HTML Return Code:
See 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>
Results/{ID}
Results/{ID}/data
Start a Test Run
|