Stop run
Description
Performs a normal stop operation on the run.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{run ID}/stop
Remarks
See the OpenText Professional Performance Engineering documentation for a full description of the normal stop of a test run.
You can send a request XML that specifies post-run actions if you want to change the actions specified by the start operation.
The URL for the run data is the same as the Location header returned by Start a test run with the addition of the operation "stop".
HTTP method
POST: Stops the run.
Request
Headers:
Content-Type: application/xml
Cookies:
Version | Cookie |
---|---|
2020 or later | LWSSO_COOKIE_KEY={LwssoCookie}; |
Earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request body:
Optionally, an XML that specifies the post-run actions. If no body is passed, the run uses the values specified when the run was started. See Start a test run.
Request examples:
POST http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{runID}/stop
<PostRunActions xmlns="http://www.hp.com/PC/REST/API">
<PostRunAction>Collate And Analyze</PostRunAction>
<ReleaseTimeslot>true</ReleaseTimeslot>
</PostRunActions>
Response
Headers:
Content-Type: application/xml
Cookies:
None
HTML return code:
One of the HTTP return codes
HTML body:
See Run Status XML
See also: