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
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.
See Also