Start a late analyze for a run

Description

Starts a late analyze for a run.

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/runs/{runID}/analyze

Remarks

If the run is not in a state where a late analysis is possible, this resource has no effect.

Late analysis is possible in states:

  • Before Creating Analysis Data
  • Failed Creating Analysis Data

HTTP method

POST: Initiates the post-run operation.

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/{runID}/analyze

Response

Headers:

None

Cookies:

None

HTML return code:

One of the HTTP return codes

HTML body:

None

See also: