Stop run now
Description
Performs a stop now operation on the run.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{run ID}/stopNow
Remarks
See the LoadRunner documentation for a full description of Stop Now.
Post run actions are not executed when stopNow is posted. They only apply to Stop run.
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 "stopNow".
HTTP Method
POST: Invokes the stopNow operation on the run.
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

POST http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{runID}/stopNow
Response
Headers:
Content-Type: application/xml
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
None
See Also