Runs (Get online summary data during a test run)
Description
Returns online summary data during a test run.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/runs/{runId}/onlineRunData
Remarks
The request returns data only if the test is running.
HTTP Method
GET: Returns online summary data during a test run.
Request
Headers:
Content-Type: application/xml
Accept: application/xml
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};
Request Body:
None

GET http://<LRE_Server>/LoadTest/rest/domains/DEFAULT/projects/project1/runs/25/onlineRunData Content-Type: application/xml Accept: application/xml Cookie: LWSSO_COOKIE_KEY={LwssoCookie};
Response
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes.
Upon successful retrieval, returns HTTP status 200 (OK).
HTML Body:
GET: Returns the data on the entity in the response.
See Also