Group runtime settings
Description
The runtime settings of a group in a test.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/Groups/{group name}/RTS
Remarks
When updating the runtime settings, the request body contains only the data to be changed. The request body is a subset of Runtime settings.
You can also globally update runtime settings on all or part of the groups in a test. For details, see You can define or update global runtime settings (GlobalRTS) and/or a command line (GlobalCommandLine) under <Test>/<Content> in the following way:.
HTTP method
GET: Gets the runtime settings for the group.
PUT: Updates runtime settings for the group.
Request
Headers:
PUT, GET:
One of the following:
Content-Type: application/xml
Content-Type: application/json
Cookies:
Version | Cookie |
---|---|
2020 or later | LWSSO_COOKIE_KEY={LwssoCookie}; |
Earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request body:
GET: No request body.
PUT: An XML or JSON describing the runtime settings to be changed. See Runtime settings.
Request example:
GET http://<LRE_Server>/LoadTest/rest/domains/TEST_DOMAIN/projects/TEST_PROJECT/tests/1/Groups/{group name}/RTS
Content-Type: application/xml
Cookie: LWSSO_COOKIE_KEY={LwssoCookie};
Response
Headers:
None
Cookies:
None
HTML return code:
One of the HTTP return codes
HTML body:
PUT, DELETE: None
GET: The data. See Runtime settings.
See also: