Abort run

Description

Performs an abort operation on the run.

URL

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

Remarks

Attempts to stop the run the same fashion as Stop run now. If the run does not stop after a delay, it is stopped immediately even if there is loss of data.

Post run actions are not executed when abort is invoked. 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 "abort".

HTTP method

POST: Invokes the abort operation on the run.

Request

Headers:

None

Cookies:

Version Cookie
2020 or later

LWSSO_COOKIE_KEY={LwssoCookie};

Earlier than 2020

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

Request body:

None

Request example:

Copy code
POST http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{ID}/abort

Response

Headers:

Content-Type: application/xml

Cookies:

None

HTML return code:

One of the HTTP return codes

HTML body:

None

See also: