Run results

Description

Returns the metadata on the results of a run, and uploads a custom run result file.

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/Results

Remarks

To get the result metadata for a specific result, request Run result by ID.

HTTP Method

GET: Returns the XML containing the metadata.

POST: Uploads a custom run result file.

Request

Headers:

None

Cookies:

Version 2020 (or later)

LWSSO_COOKIE_KEY={LwssoCookie};

Versions earlier than 2020

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Request Body:

GET: No request body.

POST: Contains a file to be uploaded as multipart/form-data. A file with any extension can be uploaded. Its type will be ‘User File’.

Response

Headers:

None

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes

Upon successful deletion, returns HTTP status 201 (Created).

HTML Body:

The XML containing the metadata.

See Also

Run result by ID
Run results for specified run
Start a test run