Start a late collate for a run
Description
Starts a late collate for a run.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/runs/{runID}/collate
Remarks
If the run is not in a state where a late collate is possible, this resource has no effect.
Late collate is possible in states:
- Before Collating Results
- Failed Collating Results
HTTP Method
POST: Initiates the post-run operation.
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}/collate
Response
Headers:
None
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
HTML Body:
None
See Also